mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-02 08:21:09 +01:00
Got rid of unused-variable compiler warning when compiling a
non-multibyte zsh.
This commit is contained in:
parent
d0502922f9
commit
4817964a07
1 changed files with 1 additions and 1 deletions
|
|
@ -1446,9 +1446,9 @@ singlerefresh(ZLE_STRING_T tmpline, int tmpll, int tmpcs)
|
|||
refreshop = *obuf; /* pointer to old video buffer */
|
||||
int t0, /* tmp */
|
||||
vsiz, /* size of new video buffer */
|
||||
eol = 0, /* has mbrtowc() returned -2? */
|
||||
nvcs = 0; /* new video cursor column */
|
||||
#ifdef MULTIBYTE_SUPPORT
|
||||
int eol = 0; /* has mbrtowc() returned -2? */
|
||||
/*
|
||||
* converted lprompt and pointer: no WEOF hack here since
|
||||
* we always output the full prompt and count its width.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue