[splint-discuss] parse error

Ibéria Medeiros ibemed at gmail.com
Mon Apr 9 15:49:09 PDT 2007


hi,

when i use the splint in the next code

int a;
int c;
a = c;
int b;
b = a;

the splint return a parse error.... i supose, maybe, because the declaration
of _b_ is after a instruction (a = c). Because, if i declare _b_ before that
instruction, splint dont give me any parse error.
Why splint dont work with  declarations of variables in any part of the
program?? Exist any flag in splint to acept that??

Thanks,
-- 
Ibéria Medeiros
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.cs.Virginia.EDU/pipermail/splint-discuss/attachments/20070409/cfddf8b0/attachment.htm


More information about the splint-discuss mailing list