Backed out changeset 1145cd361cac.

This commit is contained in:
Jason Orendorff 2009-02-19 14:59:02 -06:00
parent 0836e62f11
commit 8287068c3d

View File

@ -84,7 +84,7 @@ JS_Assert(const char *s, const char *file, JSIntn ln);
#define JS_STATIC_ASSERT(condition)
#else
#define JS_STATIC_ASSERT(condition) \
typedef int js_static_assert[(condition) ? 1 : -1]
extern void js_static_assert(int arg[(condition) ? 1 : -1])
#endif
/*