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