remove debugging msg
This commit is contained in:
parent
30828eba98
commit
c6351abe25
@ -118,11 +118,10 @@ indexOfBoolMask(unsigned int mask)
|
|||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
setPrologFlag(const char *name, int flags, ...)
|
setPrologFlag(const char *name, int flags, ...)
|
||||||
{ GET_LD
|
{ GET_LD
|
||||||
if (!strcmp("file_name_variables",name))
|
|
||||||
printf("hello\n");
|
|
||||||
atom_t an = PL_new_atom(name);
|
atom_t an = PL_new_atom(name);
|
||||||
prolog_flag *f;
|
prolog_flag *f;
|
||||||
Symbol s;
|
Symbol s;
|
||||||
|
Reference in New Issue
Block a user