Module Name: src
Committed By: wiz
Date: Sun Dec 6 09:16:16 UTC 2009
Modified Files:
src/external/bsd/flex/dist: flex.skl
Log Message:
Fix a typo (#endiif -> #endif).
Problem found while building kdesdk3.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/flex/dist/flex.skl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/flex/dist/flex.skl
diff -u src/external/bsd/flex/dist/flex.skl:1.4 src/external/bsd/flex/dist/flex.skl:1.5
--- src/external/bsd/flex/dist/flex.skl:1.4 Wed Oct 28 22:00:56 2009
+++ src/external/bsd/flex/dist/flex.skl Sun Dec 6 09:16:16 2009
@@ -220,7 +220,7 @@
/* begin standard C++ headers. */
#ifdef _LIBC
#include "namespace.h"
-#endiif
+#endif
#include <iostream>
#include <errno.h>
#include <cstdlib>