comparison lwasm/pass2.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
20 20
21 Handles second pass of assembly 21 Handles second pass of assembly
22 22
23 */ 23 */
24 24
25 #ifdef HAVE_CONFIG_H 25 #include <config.h>
26 #include "config.h"
27 #endif
28 26
29 #include "lwasm.h" 27 #include "lwasm.h"
30 28
31 void lwasm_pass2(asmstate_t *as) 29 void lwasm_pass2(asmstate_t *as)
32 { 30 {