Upgrade to new CHR (with Jan's changes).
Found out I need to add an extra field to allocate so that the exception handling code knows where the clause is. Protect creep_allowed from NULL pointers.
This commit is contained in:
@@ -149,7 +149,6 @@ restore_opcodes(yamop *pc)
|
||||
case _cut:
|
||||
case _cut_e:
|
||||
case _cut_t:
|
||||
case _deallocate:
|
||||
case _enter_a_profiling:
|
||||
case _expand_index:
|
||||
case _index_blob:
|
||||
@@ -353,6 +352,7 @@ restore_opcodes(yamop *pc)
|
||||
/* instructions type p */
|
||||
case _count_call:
|
||||
case _count_retry:
|
||||
case _deallocate:
|
||||
case _enter_profiling:
|
||||
case _lock_lu:
|
||||
case _procceed:
|
||||
|
Reference in New Issue
Block a user