better handling for scanning errors;

make Yap_error_output a global variable.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@693 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-11-19 17:10:45 +00:00
parent 35f1d9cf63
commit bf37b29b4b
8 changed files with 99 additions and 40 deletions

View File

@@ -1024,7 +1024,7 @@ X_API void
YAP_SetOutputMessage(void)
{
#if DEBUG
output_msg = TRUE;
Yap_output_msg = TRUE;
#endif
}