comparison lwasm/symbol.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 716879fc6790
children a58f49a77441
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
21 /* 21 /*
22 for handling the symbol table 22 for handling the symbol table
23 */ 23 */
24 24
25 #define __symbol_c_seen__ 25 #define __symbol_c_seen__
26 26 #include <config.h>
27 #include <string.h> 27 #include <string.h>
28 28
29 #include "lwasm.h" 29 #include "lwasm.h"
30 #include "util.h" 30 #include "util.h"
31 #include "expr.h" 31 #include "expr.h"