fix multioo#def
This commit is contained in:
parent
ca2dfeb51e
commit
e16c8c573d
4
C/init.c
4
C/init.c
@ -57,6 +57,10 @@ static char SccsId[] = "%W% %G%";
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef YAPOR
|
||||
Atom AtomFoundVar, AtomFreeTerm, AtomNil, AtomDot;
|
||||
#endif // !YAPOR
|
||||
|
||||
int Yap_output_msg = FALSE;
|
||||
|
||||
#if DEBUG
|
||||
|
@ -183,11 +183,9 @@ typedef struct various_codes {
|
||||
|
||||
} all_heap_codes;
|
||||
|
||||
Atom AtomFoundVar, AtomFreeTerm, AtomNil, AtomDot;
|
||||
|
||||
#include "tatoms.h"
|
||||
|
||||
|
||||
#include "h0struct.h"
|
||||
|
||||
#include "h0globals.h"
|
||||
|
Reference in New Issue
Block a user