]> granicus.if.org Git - flex/commitdiff
use c-style header names in c++ for now; at some point we'll have a separate c++...
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 22 Oct 2002 14:28:27 +0000 (14:28 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 22 Oct 2002 14:28:27 +0000 (14:28 +0000)
flex.skl

index f6e276997e271b02e9f5ea1c975905e34239fcb0..1a46a022ded04d3ead7a89d103c8ed3f14c53514 100644 (file)
--- a/flex.skl
+++ b/flex.skl
@@ -62,8 +62,8 @@ m4_include(`flexint.h')
 %c++-only
 /* begin standard C++ headers. */
 #include <iostream> 
-#include <cerrno>
-#include <cstdlib>
+#include <errno.h>
+#include <stdlib.h>
 /* end standard C++ headers. */
 %pop