comparison lwasm/lwval.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 427e268e876b
children
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
21 /* 21 /*
22 This file contains implementations associated with the expression evaluator 22 This file contains implementations associated with the expression evaluator
23 used by LWASM. 23 used by LWASM.
24 24
25 */ 25 */
26 #include <config.h>
26 27
27 #include <malloc.h> 28 #include <malloc.h>
28 29
29 #define __lwval_c_seen__ 30 #define __lwval_c_seen__
30 #include "lwval.h" 31 #include "lwval.h"