This commit is contained in:
brendan%mozilla.org 2006-04-26 23:31:54 +00:00
Родитель c7d2105370
Коммит cce35460d9
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -1570,11 +1570,7 @@ retry:
case '!':
if (MatchChar(ts, '=')) {
#if JS_HAS_TRIPLE_EQOPS
tp->t_op = MatchChar(ts, '=') ? JSOP_NEW_NE : (JSOp)cx->jsop_ne;
#else
tp->t_op = cx->jsop_ne;
#endif
tt = TOK_EQOP;
} else {
tp->t_op = JSOP_NOT;