comparison lwasm/pass1.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 427e268e876b
children a58f49a77441
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
47 47
48 Certain lwasm specific operations are prefixed with a "*" to aid in source 48 Certain lwasm specific operations are prefixed with a "*" to aid in source
49 code portability (like *pragma). 49 code portability (like *pragma).
50 */ 50 */
51 51
52 #ifdef HAVE_CONFIG_H 52 #include <config.h>
53 #include "config.h"
54 #endif
55 53
56 #include <errno.h> 54 #include <errno.h>
57 #include <stdio.h> 55 #include <stdio.h>
58 #include <stdlib.h> 56 #include <stdlib.h>
59 57