comparison lwasm/pseudo.c @ 58:62372522ce9c

Clean up warning about unused variable
author lost@l-w.ca
date Wed, 06 Apr 2011 00:40:40 -0600
parents bad2ee25acdd
children 5b10ff307463
comparison
equal deleted inserted replaced
57:e2728091b75a 58:62372522ce9c
1574 { "isne", strcond_isne }, 1574 { "isne", strcond_isne },
1575 { NULL, 0 } 1575 { NULL, 0 }
1576 }; 1576 };
1577 int tv = 0; 1577 int tv = 0;
1578 char *tstr; 1578 char *tstr;
1579 int i, strop; 1579 int strop;
1580 1580
1581 l -> len = 0; 1581 l -> len = 0;
1582 1582
1583 if (as -> skipcond && !(as -> skipmacro)) 1583 if (as -> skipcond && !(as -> skipmacro))
1584 { 1584 {