bug 337: keep '-' as sign of number following tc1, tc2

This commit is contained in:
Holger Vogt 2018-11-02 23:49:07 +01:00
parent 8d89202161
commit 530cac53c5
1 changed files with 2 additions and 1 deletions

View File

@ -5728,7 +5728,8 @@ inp_modify_exp(char* expr)
} else {
wl->wl_word = tprintf("({%s})", buf);
}
/* '-' following the '=' is attached to number as its sign */
c_arith = TRUE;
} else {
/* {} around all other tokens */
wl->wl_word = tprintf("({%s})", buf);