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

@@ -21,12 +21,14 @@
#include "Yap.h"
#ifdef SBA
#include <stdio.h>
#include "Yatom.h"
#include "Heap.h"
#include "or.macros.h"
#include <stdio.h>
#include "opt.mavar.h"
/* ------------------------------------- **
** Local functions declaration **
** ------------------------------------- */
@@ -340,5 +342,4 @@ void share_private_nodes(int worker_q) {
/* update load and return */
REMOTE_load(worker_q) = LOCAL_load = 0;
}
#endif /* SBA */