On Feb 7, 2010, at 3:13 PM, Jason Hsu wrote: > I'm finding that splint has difficulty with > the "__CONFIG" line even though the code compiles (and despite the > fact that I moved a copy of the *.h files to the directory where > splint expects to see such files) and refuses to go any further. It's relatively common for a program (especially an embedded program) to contain constructs that assorted "code analysis" tools don't like, and it's likewise common to therefore see constructs like: #ifndef LINT __CONFIG ... #endif (__CONFIG doesn't have any other effect on C code generation, right? It gets a bit more complicated when you have something NECESSARY for the rest of the program to compile, that lint STILL doesn't like.) BillW -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist