eval-apply: assert

This commit is contained in:
Jan Nieuwenhuizen 2019-10-28 22:15:03 +01:00
parent 1c6077e1cb
commit dce9d6a24d
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ eval_apply:
else if (R3 == cell_unspecified)
return R1;
else
error (cell_symbol_system_error, make_string0 ("eval/apply unknown continuation"));
assert_msg (0, "eval/apply unknown continuation");
evlis:
if (R1 == cell_nil)