about summary refs log tree commit diff
path: root/Src/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/math.c b/Src/math.c
index 5c63d290f..936794b9b 100644
--- a/Src/math.c
+++ b/Src/math.c
@@ -807,6 +807,7 @@ op(int what)
 	push(((a.type & MN_FLOAT) ? a.u.d : a.u.l) ? b : c, NULL);
 	break;
     case COLON:
+	zerr("':' without '?'", NULL, 0);
 	break;
     case PREPLUS:
 	if (spval->type & MN_FLOAT)