Re: Splint parseerror with

2005-05-21 Thread Corinna Vinschen
On May 20 23:37, only4 wrote: > # 19 may 2005: > CATCHED > I re-read the directive > #if defined(_POSIX_THREADS) && !defined(__CYGWIN__) > and realized that splint may have not __CYGWIN__ setted... > > splint +D__CYGWIN__ file.c > > WORKS! > This can suggest further investigation, to find

Splint parseerror with

2005-05-20 Thread only4
Splint parseerror with VERSION: Splint: 3.1.1 DESCRIPTION: Every C code that imports causes an unrecoverable parse error. #include REPRODUCTION: To reproduce the error: write this file.c: --- #include int main() { return 0; } --- then 'splint file.c' Splint 3.1.1 --- 02 May