fix multioo#def

This commit is contained in:
Vitor Santos Costa 2016-08-03 11:14:27 -05:00
parent ca2dfeb51e
commit e16c8c573d
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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"