summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-10-22 14:28:27 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-10-22 14:28:27 +0000
commit7e9799f15387145253cd933621b596f1e54c055b (patch)
tree0a595e32f12e0e02372f3edade3bdbb089a79e23 /flex.skl
parent40a552616392a3043c843e6e6d9ae0ae235bf481 (diff)
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