cmake & text support
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
** **
|
||||
************************************************************************/
|
||||
|
||||
#if defined(TABLING) || defined(YAPOR)
|
||||
#include "SWI-Stream.h"
|
||||
#endif /* TABLING || YAPOR */
|
||||
|
||||
|
||||
|
||||
/*************************
|
||||
@@ -55,8 +51,8 @@ void free_subgoal_trie(sg_node_ptr, int, int);
|
||||
void free_answer_trie(ans_node_ptr, int, int);
|
||||
void free_answer_hash_chain(ans_hash_ptr);
|
||||
void abolish_table(tab_ent_ptr);
|
||||
void show_table(tab_ent_ptr, int, IOSTREAM *);
|
||||
void show_global_trie(int, IOSTREAM *);
|
||||
void showTable(tab_ent_ptr, int, FILE *);
|
||||
void showGlobalTrie(int, FILE *);
|
||||
#endif /* TABLING */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user