Followup to bug 269538 - Use explicit casts instead of L/LL/int64, r=crowder

This commit is contained in:
Benjamin Smedberg 2009-01-22 14:52:28 -05:00
parent ed4d0102a4
commit bd75f4cc9f

View File

@ -51,7 +51,7 @@
JS_BEGIN_EXTERN_C
#define JSLL_INIT(hi, lo) ((hi ## L << 32) + lo ## L)
#define JSLL_INIT(hi, lo) (((JSInt64)(hi)) << 32 + (JSInt64)(lo))
/***********************************************************************
** MACROS: JSLL_*