summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-10-22 14:28:27 +0000
committerwlestes <wlestes>2002-10-22 14:28:27 +0000
commit9b653af803b3c28cc3a2aeb55e7953bf02ac7478 (patch)
tree6c8d32269aaa603a6427fa8121e10d05cccd3586 /flex.skl
parent4af2ede7310789527d593e2b2a1ae3d1cd01750a (diff)
downloadflex-9b653af803b3c28cc3a2aeb55e7953bf02ac7478.tar.gz
use c-style header names in c++ for now; at some point we'll have a separate c++ skeleton and we can go whole-hog pure c++
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl4
1 files changed, 2 insertions, 2 deletions
diff --git a/flex.skl b/flex.skl
index f6e2769..1a46a02 100644
--- 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