Bug 859267 - Compile time warning: js/src/jsapi.h has an extra comma, and a semicolon r=jonco

--HG--
extra : rebase_source : 0a255af596747d424562bf1e9c49990b3ed30dca
This commit is contained in:
ISHIKAWA, Chiaki 2013-04-08 15:18:50 +01:00
parent f7ffa9c846
commit c32ea5ae0e

View File

@ -2737,7 +2737,7 @@ typedef enum JSGCParamKey {
JSGC_ANALYSIS_PURGE_TRIGGER = 19,
/* Lower limit after which we limit the heap growth. */
JSGC_ALLOCATION_THRESHOLD = 20,
JSGC_ALLOCATION_THRESHOLD = 20
} JSGCParamKey;
typedef enum JSGCMode {
@ -4965,7 +4965,7 @@ namespace JS {
extern JS_PUBLIC_DATA(const HandleId) JSID_VOIDHANDLE;
extern JS_PUBLIC_DATA(const HandleId) JSID_EMPTYHANDLE;
};
} /* namespace JS */
namespace js {
@ -5044,6 +5044,6 @@ using JS::MutableHandleValue;
using JS::Zone;
} /* namespace js */
} /* namespace js */
#endif /* jsapi_h___ */