From 2fd02c73b2f1df68a084593595ef6960bddfaa3a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 1 Jan 2024 12:55:17 +0100 Subject: mpcc: add BellC macro. Signed-off-by: Amlal El Mahrouss --- CompilerFrontend/cl/compiler.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompilerFrontend/cl/compiler.d b/CompilerFrontend/cl/compiler.d index b2cb8f5..8a4f6ca 100644 --- a/CompilerFrontend/cl/compiler.d +++ b/CompilerFrontend/cl/compiler.d @@ -66,7 +66,7 @@ public class CompileCommand import std.datetime; - mcc_summon_executable("/usr/local/bin/bin/cpp --define __LP64__ 1 --define __NC64K__ 1 --define __NEWCPU__ 1 --define __STDC__ 1 --define __HISYS__ 1 " ~ + mcc_summon_executable("/usr/local/bin/bin/cpp --define __LP64__ 1 --define __NC64K__ 1 --define __NEWCPU__ 1 --define __STDC__ 1 --define __BELL__ 1 " ~ "--define __FILE__ " ~ file ~ " --define __DATE__ " ~ Clock.currTime(UTC()).toString() ~ " " ~ " --working-dir ./ --include-dir " ~ includePath ~ " " ~ file); -- cgit v1.2.3