comparison lwasm/insn_rlist.c @ 2:7317fbe024af

Clean up insane number of compiler warnings under -Wall
author lost@l-w.ca
date Thu, 20 Jan 2011 22:39:46 -0700
parents 2c24602be78f
children 362f8fb0695b
comparison
equal deleted inserted replaced
1:96c4dc89016e 2:7317fbe024af
19 */ 19 */
20 20
21 /* 21 /*
22 for handling inherent mode instructions 22 for handling inherent mode instructions
23 */ 23 */
24
25 #include <ctype.h>
24 26
25 #include "lwasm.h" 27 #include "lwasm.h"
26 #include "instab.h" 28 #include "instab.h"
27 29
28 PARSEFUNC(insn_parse_rlist) 30 PARSEFUNC(insn_parse_rlist)