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

git-svn-id: svn://10.0.0.236/trunk@245928 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jag%tty.nl 2008-02-18 20:10:37 +00:00
parent d5c2477271
commit 106ad8d100

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