comparison lwasm/insn_rel.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents e7309c716059
children
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
21 /* 21 /*
22 for handling relative mode instructions 22 for handling relative mode instructions
23 */ 23 */
24 24
25 #define __insn_rel_c_seen__ 25 #define __insn_rel_c_seen__
26 26 #include <config.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 28
29 #include "expr.h" 29 #include "expr.h"
30 #include "lwasm.h" 30 #include "lwasm.h"
31 #include "instab.h" 31 #include "instab.h"