dpas/dpas-types.h: add the "SameType" and "SameShape" builtins,
to assist with unit testing type coercions.
+ * dpas/dpas-parser.y (IfTail): fix a bug that caused the "then"
+ case of an "if" to fall through to the "else".
+
2004-05-11 Rhys Weatherley <rweather@southern-storm.com.au>
* include/jit/jit-insn.h, jit/jit-insn.c, jit/jit-interp.cpp,
jit_label_t label = jit_label_undefined;
/* Jump to the end of the "if" statement */
- if(jit_block_ends_in_dead
+ if(!jit_block_ends_in_dead
(jit_block_previous(dpas_current_function(), 0)))
{
if(!jit_insn_branch(dpas_current_function(), &label))