]> andersk Git - splint.git/blobdiff - win32/README.1ST
Readded configure
[splint.git] / win32 / README.1ST
index b39daae7a4ca0e7795740a542c0cbde7d584cf98..60fe462fa9c5539a6c92707cf1d79fe920fbdb7c 100755 (executable)
@@ -1,5 +1,5 @@
                          Spint Version 3.0.1\r
-                            7 January 2002\r
+                            11 March 2002\r
                                    \r
                             www.splint.org\r
 \r
@@ -12,4 +12,9 @@ platform if you want to modify the Splint sources.
 This project file has been used to compile Splint using Microsoft Visual\r
 C++ 6.0.\r
 \r
+The file cscanner.c generated by flex uses\r
 \r
+#include <unistd.h>\r
+\r
+which does not exist in Win32 (at least VC++ 6.0) and is not required by\r
+ISO C99.  Line 98 of cscanner.c must be removed to build on Windows.\r
This page took 0.030748 seconds and 4 git commands to generate.