<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -86,7 +86,7 @@ BIN_DESTDIR=$(DESTDIR)/bin
 
 # This is only used if you modify the grammar file.  Use bison if you have it.
 RUMINANT=bison -y
-FLEX=flex
+FLEX=flex -l
 LEX=$(FLEX)
 
 # Set these if you have any other things to include.</diff>
      <filename>Makefile.config</filename>
    </modified>
    <modified>
      <diff>@@ -29,7 +29,6 @@ char scanBuf[1024];
 void initializeScanBuffer() {
 	scanBuf[0] = '\0';
 	};
-int yylineno = 1;
 void flushScanBuffer() {
 	fprintf(yyout,&quot;# %s\n&quot;,scanBuf);
         if (omega_calc_debug) fprintf(DebugFile,&quot;# %s\n&quot;,scanBuf);</diff>
      <filename>omega_calc/src/parser.l</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de0dc268a3afba43cdcd4e4b0f6ab09b70016dff</id>
    </parent>
  </parents>
  <author>
    <name>Sven Verdoolaege</name>
    <email>skimo@kotnet.org</email>
  </author>
  <url>http://github.com/davewathaverford/the-omega-project/commit/afd4712bb394cfde3bec03499ebe04b00262b50d</url>
  <id>afd4712bb394cfde3bec03499ebe04b00262b50d</id>
  <committed-date>2008-07-16T06:39:49-07:00</committed-date>
  <authored-date>2006-09-18T01:36:59-07:00</authored-date>
  <message>omega_calc/src/parser.l: remove definition of yylineno

Apparently, some versions of lex (notably flex 2.5.31)
add this definition automatically, while other versions
(notably flex 2.5.4) don't.  However, using the -l option
will force flex to add it.</message>
  <tree>140503b0ed4330e72940d1755ad0eead00052023</tree>
  <committer>
    <name>Sven Verdoolaege</name>
    <email>sven@cs.kuleuven.be</email>
  </committer>
</commit>
