blob: b3ed4d332e2b100a4d68f4b7bf1fdaccd19c6bf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- js/src/configure.in.orig 2012-02-22 17:06:28.000000000 +0100
+++ js/src/configure.in 2012-03-07 21:03:11.000000000 +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_ */
|