Automated update
git-svn-id: svn://10.0.0.236/trunk@123043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fe86486377
commit
89c9a8fa37
7
mozilla/configure
vendored
7
mozilla/configure
vendored
@ -6098,7 +6098,7 @@ else
|
||||
#line 6099 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
int main () {
|
||||
@ -8953,7 +8953,7 @@ else
|
||||
#line 8954 "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() { } };
|
||||
@ -12280,7 +12280,7 @@ else
|
||||
#line 12281 "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; }
|
||||
@ -13812,6 +13812,7 @@ EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if test "$MOZ_BYPASS_PROFILE_AT_STARTUP"; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user