aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/parser.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-10 11:36:30 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-03-10 11:36:30 -0500
commitb31036813c7706527e2067392660c9068447fa2c (patch)
treedf1e9cf14b10a4faa7ff553e84152d0a58d9ab52 /libalee/parser.cpp
parent7eeb515c5dc57658ac98554f44780a1f9a6fd2a4 (diff)
size reduction and refactoring
Diffstat (limited to 'libalee/parser.cpp')
-rw-r--r--libalee/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libalee/parser.cpp b/libalee/parser.cpp
index bcef963..3b14224 100644
--- a/libalee/parser.cpp
+++ b/libalee/parser.cpp
@@ -17,9 +17,9 @@
*/
#include "corewords.hpp"
+#include "ctype.hpp"
#include "parser.hpp"
-#include <cctype>
#include <cstring>
int Parser::parse(State& state, const char *str)