fix report on initial and token line for parser.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@540 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-06-17 15:28:01 +00:00
parent 804f7ecebc
commit b48f1264b9
9 changed files with 59 additions and 83 deletions

View File

@@ -110,12 +110,6 @@ char version_number[] = YAP_VERSION;
int optimizer_on = TRUE;
/******************* the line for the current parse **********************/
int StartLine = 1;
int StartCh = 0;
int CurFileNo = 0;
int compile_mode = 0;
/******************* intermediate buffers **********************/