Backing out yet again, another latent bug bites.

This commit is contained in:
brendan@mozilla.org
2006-08-15 07:39:01 +00:00
parent 47f8dfb2cd
commit 2f1b311a9a
10 changed files with 282 additions and 284 deletions

View File

@@ -60,14 +60,6 @@ typedef enum JSOp {
JSOP_LIMIT
} JSOp;
typedef enum JSOpLength {
#define OPDEF(op,val,name,token,length,nuses,ndefs,prec,format) \
op##_LENGTH = length,
#include "jsopcode.tbl"
#undef OPDEF
JSOP_LIMIT_LENGTH
} JSOpLength;
/*
* JS bytecode formats.
*/