summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-12-13 06:24:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-12-13 06:24:50 -0800
commit4d6f74ae2d74065b570a694de9c936508067a0bf (patch)
tree6f52ad8629b589eeb77ec6a136c9407f0ff24fdf
parenteafe3aa4688f855e0ec1a96161907a3537224b7d (diff)
downloadtxr-4d6f74ae2d74065b570a694de9c936508067a0bf.tar.gz
txr-4d6f74ae2d74065b570a694de9c936508067a0bf.tar.bz2
txr-4d6f74ae2d74065b570a694de9c936508067a0bf.zip
plusp: wrong name in error message.
* arith.c (plusp): plusp wrongly reports itself as zerop.
-rw-r--r--arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arith.c b/arith.c
index 0f72bf24..1a8c44da 100644
--- a/arith.c
+++ b/arith.c
@@ -1559,7 +1559,7 @@ val zerop(val num)
val plusp(val num)
{
- val self = lit("zerop");
+ val self = lit("plusp");
switch (type(num)) {
case NUM: