bug 480700 - no more static asserts in headers. r=brendan

This commit is contained in:
Igor Bukanov
2009-03-05 12:12:50 +01:00
parent af70950aef
commit 1929780174
17 changed files with 141 additions and 74 deletions

View File

@@ -225,8 +225,6 @@ typedef enum JSOp {
#define INDEX_LIMIT_LOG2 23
#define INDEX_LIMIT ((uint32)1 << INDEX_LIMIT_LOG2)
JS_STATIC_ASSERT(sizeof(uint32) * JS_BITS_PER_BYTE >= INDEX_LIMIT_LOG2 + 1);
/* Actual argument count operand format helpers. */
#define ARGC_HI(argc) UINT16_HI(argc)
#define ARGC_LO(argc) UINT16_LO(argc)