Hallo Elfyn, Am Sonntag, 30. M�rz 2003 um 23:00 schriebst du:
> I have uploaded some test packages for people to try out. The URLs are > below...Happy testing. :-) Oops, sorry, wanted to write a comment, hit the button accidently. The comment: The diff: diff -Nrup splint-3.0.1.6/src/Headers/osd.h splint-3.0.1.6-1/src/Headers/osd.h should read s.th. like this: # ifdef PATH_MAX # if defined(__CYGWIN__) && defined(MAXPATHLEN) # undef MAXPATHLEN # endif /[EMAIL PROTECTED] size_t MAXPATHLEN; @*/ # define MAXPATHLEN PATH_MAX # else # if defined(__CYGWIN__) && defined(MAXPATHLEN) # undef MAXPATHLEN # endif /[EMAIL PROTECTED] size_t MAXPATHLEN; @*/ # define MAXPATHLEN 1024 # endif Gerrit -- =^..^=
