summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/Parser.h')
-rw-r--r--dev/LibCompiler/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/Parser.h b/dev/LibCompiler/Parser.h
index 8ed648a..4ca1c75 100644
--- a/dev/LibCompiler/Parser.h
+++ b/dev/LibCompiler/Parser.h
@@ -97,7 +97,7 @@ namespace LibCompiler
struct SyntaxLeaf final
{
Int32 fUserType;
-#ifdef TK_USE_STRUCTS
+#ifdef LC_USE_STRUCTS
CompilerKeyword fUserData;
#else
std::string fUserData;