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>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef YAPOR
|
||||||
|
Atom AtomFoundVar, AtomFreeTerm, AtomNil, AtomDot;
|
||||||
|
#endif // !YAPOR
|
||||||
|
|
||||||
int Yap_output_msg = FALSE;
|
int Yap_output_msg = FALSE;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
@ -183,11 +183,9 @@ typedef struct various_codes {
|
|||||||
|
|
||||||
} all_heap_codes;
|
} all_heap_codes;
|
||||||
|
|
||||||
Atom AtomFoundVar, AtomFreeTerm, AtomNil, AtomDot;
|
|
||||||
|
|
||||||
#include "tatoms.h"
|
#include "tatoms.h"
|
||||||
|
|
||||||
|
|
||||||
#include "h0struct.h"
|
#include "h0struct.h"
|
||||||
|
|
||||||
#include "h0globals.h"
|
#include "h0globals.h"
|
||||||
|
Reference in New Issue
Block a user