diff -r b6a522b762c9 -r 5c115720149c stage1_2/iec_flex.ll --- 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...