1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-14 22:50:55 +01:00

zsh-workers/9129

This commit is contained in:
Tanaka Akira 1999-12-21 23:12:01 +00:00
parent a6416c1f62
commit 9fa24a7e51
6 changed files with 595 additions and 3 deletions

View file

@ -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)