From e7dc1c2e364f1409d6db2ecf300e2d1ea4fa4102 Mon Sep 17 00:00:00 2001 From: ricroc Date: Fri, 3 Jun 2005 09:02:08 +0000 Subject: [PATCH] missing endif declaration at the end of the file git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1325 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- OPTYap/tab.tries.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OPTYap/tab.tries.c b/OPTYap/tab.tries.c index 3a1897c37..2acd78fa7 100644 --- a/OPTYap/tab.tries.c +++ b/OPTYap/tab.tries.c @@ -5,7 +5,7 @@ Copyright: R. Rocha and NCC - University of Porto, Portugal File: tab.tries.C - version: $Id: tab.tries.c,v 1.10 2005-06-03 08:19:18 ricroc Exp $ + version: $Id: tab.tries.c,v 1.11 2005-06-03 09:02:08 ricroc Exp $ **********************************************************************/ @@ -18,7 +18,7 @@ #include #ifdef HAVE_STRING_H #include -#endif +#endif /* HAVE_STRING_H */ #include "Yatom.h" #include "Heap.h" #include "yapio.h" @@ -1203,7 +1203,6 @@ void update_answer_trie_branch(ans_node_ptr node) { return; } #endif /* YAPOR */ -#endif /* TABLING */ static @@ -1631,3 +1630,4 @@ int traverse_answer_trie(ans_node_ptr ans_node, char *str, int str_index, int *a return TRUE; } +#endif /* TABLING */