From f937ee9fe015dc1030a7e22114629e8f79456a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Fri, 4 Aug 2023 15:55:39 +0200 Subject: [PATCH] Support for e2k architecture (continue...) [INTERPRETER] * NEW: Support for e2k architecture (continue...) --- main/share/gambas.h | 8 ++++++++ main/share/gb_common.h | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/main/share/gambas.h b/main/share/gambas.h index fd01062d7..740e25829 100644 --- a/main/share/gambas.h +++ b/main/share/gambas.h @@ -1289,6 +1289,14 @@ typedef #ifndef NO_GAMBAS_CASE_REPLACEMENT +#ifdef ARCH_E2K // According to AltLinux Sisyphus RPM packages patchs + +#ifdef __cplusplus +#include +#endif + +#endif + /* Replacements for case unsensitive comparisons. They ensure that case comparison does not use current locale, otherwise Turkish speakers will have problems! diff --git a/main/share/gb_common.h b/main/share/gb_common.h index 93f3d7ae5..6e132472d 100644 --- a/main/share/gb_common.h +++ b/main/share/gb_common.h @@ -116,14 +116,6 @@ #endif -#ifdef ARCH_E2K // According to AltLinux Sisyphus RPM packages patchs - -#ifdef __cplusplus -#include -#endif - -#endif - #ifndef FALSE enum {