From 0cac3e6fa024ffad21a45fff067df56df5d427fe Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Feb 2025 06:32:19 +0100 Subject: TWEAK: Rename TK_ to LC_ Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/Parser.h') 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; -- cgit v1.2.3