gecko-dev/js
Jim Blandy 6c2fa1a2df Bug 514567: Fix error processing in PrimaryExpr. r=brendan
This code seems to assume that one can proceed if pn3 is NULL, but we
never check it again further down.  Instead, we create TOK_COLON nodes
whose left (and perhaps right) children are NULL.  It seems to me that
the TOK_RC case in js_EmitTree will choke on this.
2009-10-08 10:29:02 -07:00
..
ctypes Fix error. 2009-09-28 14:14:56 -07:00
jsd Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks 2009-08-27 08:53:13 -07:00
narcissus Fuss over comment in last changeset (518765). 2009-09-25 20:20:27 -07:00
src Bug 514567: Fix error processing in PrimaryExpr. r=brendan 2009-10-08 10:29:02 -07:00
landbranch.pl