include declarations (small changes)

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1326 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
ricroc
2005-06-03 18:28:11 +00:00
parent e7dc1c2e36
commit c665fa8c11
9 changed files with 148 additions and 178 deletions

View File

@@ -5,7 +5,7 @@
Copyright: R. Rocha and NCC - University of Porto, Portugal
File: or.engine.c
version: $Id: or.engine.c,v 1.9 2005-05-31 08:24:24 ricroc Exp $
version: $Id: or.engine.c,v 1.10 2005-06-03 18:28:11 ricroc Exp $
**********************************************************************/
@@ -15,12 +15,12 @@
#include "Yap.h"
#ifdef ENV_COPY
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#include "Yatom.h"
#include "Heap.h"
#include "or.macros.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef TABLING
#include "tab.macros.h"
#else