1.1 --- a/scanner.l Sun Dec 30 16:29:50 2001 +0000 1.2 +++ b/scanner.l Sun Dec 30 17:09:08 2001 +0000 1.3 @@ -1,5 +1,5 @@ 1.4 /* 1.5 -$Id: scanner.l,v 1.9 2001/12/30 08:29:50 eric Exp $ 1.6 +$Id: scanner.l,v 1.10 2001/12/30 09:09:08 eric Exp $ 1.7 */ 1.8 1.9 %option case-insensitive 1.10 @@ -8,9 +8,9 @@ 1.11 %{ 1.12 #include <stdio.h> 1.13 #include <string.h> 1.14 -#include "parser.tab.h" 1.15 #include "type.h" 1.16 #include "semantics.h" 1.17 +#include "parser.tab.h" 1.18 1.19 #ifdef SCANNER_DEBUG 1.20 #define LDBG(x) printf x