Bug 100873 JS Hard Codes JS_HAVE_LONG_LONG to the detriment of FreeBSD

r=cls sr=shaver
This commit is contained in:
timeless%mac.com 2001-09-21 14:09:54 +00:00
parent a80c7ca184
commit d2a5676d57

View File

@ -100,6 +100,9 @@ JS_END_EXTERN_C
#elif defined(SOLARIS)
#define JS_HAVE_LONG_LONG
#elif defined(FREEBSD)
#define JS_HAVE_LONG_LONG
#elif defined(SUNOS4)
#undef JS_HAVE_LONG_LONG
@ -120,3 +123,4 @@ extern void *sbrk(int);
#endif /* XP_UNIX */
#endif /* jsosdep_h___ */