Fix build bustage

This commit is contained in:
Luke Wagner 2010-06-30 18:23:30 -07:00
parent d1c1fdd62b
commit abc0ed6b6d
2 changed files with 4 additions and 3 deletions

View File

@ -226,6 +226,7 @@ INSTALLED_HEADERS = \
jsscript.h \
jsscriptinlines.h \
jsstaticcheck.h \
jsstdint.h \
jsstr.h \
jstask.h \
jstracer.h \

View File

@ -233,12 +233,12 @@ typedef enum JSWhyMagic
JS_NO_CONSTANT /* compiler sentinel value */
} JSWhyMagic;
#if defined(IS_LITTLE_ENDIAN)
#if JS_BITS_PER_WORD == 32
typedef struct JSString JSString;
typedef struct JSObject JSObject;
#if defined(IS_LITTLE_ENDIAN)
#if JS_BITS_PER_WORD == 32
typedef union jsval_layout
{
uint64 asBits;