- Added --claims flag for some detailed output on claim violations.

This commit is contained in:
ccremers
2004-07-29 12:36:24 +00:00
parent d2a639b314
commit 523b0ffd32
7 changed files with 98 additions and 43 deletions

View File

@@ -40,4 +40,8 @@ Symbol lookup (char *s);
void symbolPrint (Symbol s);
Symbol symbolSysConst (char *str);
void eprintf (char *fmt, ... );
extern int globalError;
#endif