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:
parent
a6416c1f62
commit
9fa24a7e51
6 changed files with 595 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue