Bring error message inline with other implementations.
This commit is contained in:
parent
21ac1f1f63
commit
9c355166b6
|
|
@ -195,7 +195,7 @@ pop_bool(JoyListPtr stack)
|
||||||
case joyFalse:
|
case joyFalse:
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
printf("Not a Boolean.\n");
|
printf("Not a Boolean value.\n");
|
||||||
longjmp(jbuf, 1);
|
longjmp(jbuf, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue