Support for e2k architecture (continue...)

[INTERPRETER]
* NEW: Support for e2k architecture (continue...)
This commit is contained in:
Benoît Minisini 2023-08-04 15:55:39 +02:00
parent f0a5c6867d
commit f937ee9fe0
2 changed files with 8 additions and 8 deletions

View File

@ -1289,6 +1289,14 @@ typedef
#ifndef NO_GAMBAS_CASE_REPLACEMENT
#ifdef ARCH_E2K // According to AltLinux Sisyphus RPM packages patchs
#ifdef __cplusplus
#include <bits/locale_facets.h>
#endif
#endif
/* Replacements for case unsensitive comparisons.
They ensure that case comparison does not use current locale,
otherwise Turkish speakers will have problems!

View File

@ -116,14 +116,6 @@
#endif
#ifdef ARCH_E2K // According to AltLinux Sisyphus RPM packages patchs
#ifdef __cplusplus
#include <bits/locale_facets.h>
#endif
#endif
#ifndef FALSE
enum
{