blob: 3b174c18585cf0d57a195699a0a0777d75647ac2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- mozilla/js/src/configure.in.orig 2012-01-29 15:44:24.000000000 +0100
+++ mozilla/js/src/configure.in 2012-01-30 23:37:46.541060008 +0100
@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n
* C++ implementations should define these macros only when __STDC_LIMIT_MACROS
* is defined before <stdint.h> is included. */
#define __STDC_LIMIT_MACROS
+#define __STDC_CONSTANT_MACROS
#endif /* _JS_CONFDEFS_H_ */
|