stage1_2/iec_flex.ll
changeset 415 5c115720149c
parent 354 0f24db96b519
child 547 dab341e80664
--- a/stage1_2/iec_flex.ll	Sun Nov 20 19:36:48 2011 +0000
+++ b/stage1_2/iec_flex.ll	Tue Sep 27 00:07:16 2011 +0200
@@ -171,8 +171,9 @@
  * track of the locations, in order to give
  * more meaningful error messages!
  */
-extern YYLTYPE yylloc;
-
+/*
+ *extern YYLTYPE yylloc;
+b*/
 #define YY_INPUT(buf,result,max_size)  {\
     result = GetNextChar(buf, max_size);\
     if (  result <= 0  )\
@@ -208,7 +209,6 @@
 	current_order++;							\
 	}
 
-
 /* Since this lexical parser we defined only works in ASCII based
  * systems, we might as well make sure it is being compiled on
  * one...