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