more build fun with bug 553541

This commit is contained in:
Andreas Gal 2010-03-22 20:58:49 -07:00
parent 9ab4260761
commit 40734e1d64

View File

@ -461,6 +461,8 @@ js_FinishCommonAtoms(JSContext *cx);
extern JSAtom *
js_AtomizeDouble(JSContext *cx, jsdouble d);
JS_END_EXTERN_C
/*
* Find or create the atom for a string. Return null on failure to allocate
* memory.
@ -468,6 +470,8 @@ js_AtomizeDouble(JSContext *cx, jsdouble d);
extern JSAtom *
js_AtomizeString(JSContext *cx, JSString *str, uintN flags);
JS_BEGIN_EXTERN_C
extern JSAtom *
js_Atomize(JSContext *cx, const char *bytes, size_t length, uintN flags);