summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Defines.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-03 06:32:19 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-03 06:32:19 +0100
commit0cac3e6fa024ffad21a45fff067df56df5d427fe (patch)
tree4a61d241b2bedddab046e004ec867cd3ae2700d3 /dev/LibCompiler/Defines.h
parent15fe85002f0377c3a4b1ff6b7d50f42033184713 (diff)
TWEAK: Rename TK_ to LC_
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/Defines.h')
-rw-r--r--dev/LibCompiler/Defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/Defines.h b/dev/LibCompiler/Defines.h
index a2c594e..aa5b890 100644
--- a/dev/LibCompiler/Defines.h
+++ b/dev/LibCompiler/Defines.h
@@ -94,8 +94,8 @@
KLASS& operator=(KLASS&&) = default; \
KLASS(KLASS&&) = default;
-#define TK_IMPORT_C extern "C"
-#define TK_IMPORT extern
+#define LC_IMPORT_C extern "C"
+#define LC_IMPORT extern
#include <ctime>
#include <fstream>