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:
6
C/init.c
6
C/init.c
@@ -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 **********************/
|
||||
|
Reference in New Issue
Block a user