Bug 554195 - jsdtoa.cpp should #define MALLOC and FREE. r=jwalden.

This commit is contained in:
Jason Orendorff
2010-04-01 13:50:38 -05:00
parent ee2769dcb9
commit 66bc9c1170

View File

@@ -76,6 +76,8 @@
*/
#define NO_GLOBAL_STATE
#define MALLOC js_malloc
#define FREE js_free
#include "dtoa.c"
/* Mapping of JSDToStrMode -> js_dtoa mode */