зеркало из https://github.com/mozilla/gecko-dev.git
Bug 119743 - autocomplete doesn't work in gcc 2.96 -O2 builds. r=hixie, sr=brendan.
This commit is contained in:
Родитель
a0f0a5b2cc
Коммит
cfc984cc6c
|
@ -59,7 +59,7 @@ JS_BEGIN_EXTERN_C
|
|||
#define CPU_IS_ARM
|
||||
#endif
|
||||
|
||||
#if (__GNUC__ == 2 && __GNUC_MINOR > 95) || __GNUC__ > 2
|
||||
#if (__GNUC__ == 2 && __GNUC_MINOR__ > 95) || __GNUC__ > 2
|
||||
/*
|
||||
* This version of the macros is safe for the alias optimizations that gcc
|
||||
* does, but uses gcc-specific extensions.
|
||||
|
|
Загрузка…
Ссылка в новой задаче