comparison lwasm/macro.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 23b01aa3ecf9
comparison
equal deleted inserted replaced
1:96c4dc89016e 2:7317fbe024af
133 133
134 */ 134 */
135 int expand_macro(asmstate_t *as, line_t *l, char **p, char *opc) 135 int expand_macro(asmstate_t *as, line_t *l, char **p, char *opc)
136 { 136 {
137 int lc; 137 int lc;
138 line_t *cl, *nl; 138 line_t *cl; //, *nl;
139 int oldcontext; 139 int oldcontext;
140 macrotab_t *m; 140 macrotab_t *m;
141 141
142 char **args = NULL; // macro arguments 142 char **args = NULL; // macro arguments
143 int nargs = 0; // number of arguments 143 int nargs = 0; // number of arguments