diff options
Diffstat (limited to 'byterun/extern.c')
-rw-r--r-- | byterun/extern.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/extern.c b/byterun/extern.c index ea05d35e7..4be22d62a 100644 --- a/byterun/extern.c +++ b/byterun/extern.c @@ -190,6 +190,7 @@ static void emit_compact(chan, v) invalid_argument("output_value: abstract value"); break; case Closure_tag: + case Infix_tag: invalid_argument("output_value: functional value"); break; default: { |