Mercurial > hg-old > index.cgi
comparison lwasm/parse.c @ 212:bae1e3ecdce1
More preparation for gnulib integration
author | lost |
---|---|
date | Fri, 24 Apr 2009 06:43:02 +0000 |
parents | 563adfccb645 |
children | 436b36214e35 |
comparison
equal
deleted
inserted
replaced
211:51511cf1c9f8 | 212:bae1e3ecdce1 |
---|---|
21 /* | 21 /* |
22 Contains the general parser | 22 Contains the general parser |
23 */ | 23 */ |
24 | 24 |
25 #define __parse_c_seen__ | 25 #define __parse_c_seen__ |
26 #include <config.h> | |
26 | 27 |
27 #include <ctype.h> | 28 #include <ctype.h> |
28 #include <string.h> | 29 #include <string.h> |
29 | 30 |
30 #include "lwasm.h" | 31 #include "lwasm.h" |