blob: 6d7fa6c39ca69ed9469a6edd4240a575b36874a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- mozilla/js/src/js-confdefs.h.in~
+++ mozilla/js/src/js-confdefs.h.in
@@ -12,6 +12,7 @@
* 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_ */
|