comparison lwasm/instab.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 12fb4e8d5236
children 058f18119025
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
18 this program. If not, see <http://www.gnu.org/licenses/>. 18 this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 Contains the instruction table for assembling code 21 Contains the instruction table for assembling code
22 */ 22 */
23 #include <config.h>
23 24
24 #include <stdlib.h> 25 #include <stdlib.h>
25
26 #define __instab_c_seen__ 26 #define __instab_c_seen__
27 #include "instab.h" 27 #include "instab.h"
28 28
29 extern OPFUNC(insn_inh); 29 extern OPFUNC(insn_inh);
30 extern OPFUNC(insn_gen8); 30 extern OPFUNC(insn_gen8);