aboutsummaryrefslogtreecommitdiffstats
path: root/c_lexer/include/c_lexer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_lexer/include/c_lexer.hpp')
-rw-r--r--c_lexer/include/c_lexer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_lexer/include/c_lexer.hpp b/c_lexer/include/c_lexer.hpp
index 54b1b81..90c4d53 100644
--- a/c_lexer/include/c_lexer.hpp
+++ b/c_lexer/include/c_lexer.hpp
@@ -19,12 +19,12 @@ extern std::string *yylval;
// flex function to run on input
extern int yylex();
-extern size_t yyleng;
-
extern int lineCount;
extern int spaceCount;
extern int sourceLineCount;
+extern int charLength;
+
extern std::string fileName;
// get the correct output