зеркало из https://github.com/mozilla/gecko-dev.git
Automated update
This commit is contained in:
Родитель
2c34466433
Коммит
412d2702e3
|
@ -6096,7 +6096,7 @@ else
|
|||
#line 6097 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
int main () {
|
||||
|
@ -8722,7 +8722,7 @@ else
|
|||
#line 8723 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
class X { int i; public: virtual ~X() { } };
|
||||
class Y { int j; public: virtual ~Y() { } };
|
||||
|
@ -12029,7 +12029,7 @@ else
|
|||
#line 12030 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
int main () {
|
||||
if (sizeof(long long) != 8) { return 1; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче