From 7081f2d5008658968a3d06bbcf4f8ffcab27ce3f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Dec 2025 16:26:05 +0100 Subject: chore: use `__NECTI__` instead of `__LIBCOMPILER__` Signed-off-by: Amlal El Mahrouss --- src/hint/CompilerHint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hint/CompilerHint.h b/src/hint/CompilerHint.h index 8b651a17..e3968c5a 100644 --- a/src/hint/CompilerHint.h +++ b/src/hint/CompilerHint.h @@ -7,7 +7,7 @@ #ifndef _NE_COMPILERHINT_H_ #define _NE_COMPILERHINT_H_ -#ifdef __LIBCOMPILER__ +#ifdef __NECTI__ #pragma compiler(hint_manifest) #endif -- cgit v1.2.3