Bug 417477: Mingw build error in ../mozilla/js/src/jslock.c: syntax error. p=bengt.erik.soderstrom@telia.com, r=jag, a=brendan

This commit is contained in:
jag@tty.nl 2008-02-18 12:10:37 -08:00
parent f337b63afc
commit e96d1b2fef

View File

@ -161,7 +161,7 @@
#define JS_FRIEND_API(t) JS_PUBLIC_API(t)
#define JS_FRIEND_DATA(t) JS_PUBLIC_DATA(t)
#ifdef _WIN32
#if defined(_MSC_VER)
# define JS_INLINE __forceinline
#elif defined(__GNUC__)
# ifndef DEBUG