Mercurial > hg > index.cgi
comparison lwasm/lwasm.c @ 98:40409fd84824
Silence compiler warning and tag 4.2 release
author | lost@l-w.ca |
---|---|
date | Sat, 06 Aug 2011 10:49:33 -0600 |
parents | a23f732c5ce8 |
children | 7e621e00b887 |
comparison
equal
deleted
inserted
replaced
97:93ff2c8414f4 | 98:40409fd84824 |
---|---|
336 } | 336 } |
337 | 337 |
338 if (**p == '&') | 338 if (**p == '&') |
339 { | 339 { |
340 // decimal constant | 340 // decimal constant |
341 int v = 0; | |
342 (*p)++; | 341 (*p)++; |
343 | 342 |
344 if (**p == '-') | 343 if (**p == '-') |
345 { | 344 { |
346 (*p)++; | 345 (*p)++; |