João Silva patch for yapor copy+tabling

This commit is contained in:
Vitor Santos Costa
2014-03-08 11:50:20 +00:00
parent 233c4ee903
commit 3d0bb05ef0
6 changed files with 56 additions and 29 deletions

View File

@@ -11,6 +11,9 @@
** **
************************************************************************/
#ifndef OR_MACROS_H
#define OR_MACROS_H
/* -------------------- **
** Prototypes **
** -------------------- */
@@ -605,3 +608,5 @@ qg_sol_fr_ptr CUT_prune_solution_frames(qg_sol_fr_ptr solutions, int ltt) {
}
return solutions;
}
#endif