comparison src/lex.l @ 1341:e4e4131b1648

[project @ 1995-09-04 00:13:33 by jwe]
author jwe
date Mon, 04 Sep 1995 00:16:21 +0000
parents 611d403c7f3d
children 8256c4c57419
comparison
equal deleted inserted replaced
1340:02145fb69a5b 1341:e4e4131b1648
29 29
30 #ifdef HAVE_CONFIG_H 30 #ifdef HAVE_CONFIG_H
31 #include <config.h> 31 #include <config.h>
32 #endif 32 #endif
33 33
34 #include <cctype>
35 #include <cstring>
36
34 #include <strstream.h> 37 #include <strstream.h>
35 #include <ctype.h>
36 #include <string.h>
37 38
38 #include "input.h" 39 #include "input.h"
39 #include "token.h" 40 #include "token.h"
40 41
41 #include "SLStack.h" 42 #include "SLStack.h"