mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
zsh-workers/8697
This commit is contained in:
parent
955321f470
commit
4c45ac1c27
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ zzlex(void)
|
|||
char *prev_locale;
|
||||
#endif
|
||||
int cct = 0;
|
||||
yyval.type = MN_INTEGER;
|
||||
|
||||
yyval.type = MN_INTEGER;
|
||||
for (;; cct = 0)
|
||||
switch (*ptr++) {
|
||||
case '+':
|
||||
|
|
Loading…
Reference in a new issue