From 4065241fcb279ab1dcaee6712c06b670c774c0b0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Jan 2024 09:51:27 +0100 Subject: cpp: add __64x0__ macro. Signed-off-by: Amlal El Mahrouss --- CompilerFrontend/cl/compiler.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CompilerFrontend') diff --git a/CompilerFrontend/cl/compiler.d b/CompilerFrontend/cl/compiler.d index d5fe28a..c823d4f 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 __64000__ 1 --define __OPTIMIZED_C__ 1 " ~ + mcc_summon_executable("/usr/local/bin/bin/cpp --define __64x0__ 1 --define __LP64__ 1 --define __64000__ 1 --define __OPTIMIZED_C__ 1 " ~ "--define __FILE__ " ~ file ~ " --define __DATE__ " ~ Clock.currTime(UTC()).toString() ~ " " ~ " --working-dir ./ --include-dir " ~ includePath ~ " " ~ file); -- cgit v1.2.3