Support for e2k architecture (continue...)
[INTERPRETER] * NEW: Support for e2k architecture (continue...)
This commit is contained in:
parent
f0a5c6867d
commit
f937ee9fe0
@ -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!
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user