mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
Made implied "int" on new static variable explicit (which silences
gcc).
This commit is contained in:
parent
2a90661e24
commit
fd240e09b0
1 changed files with 1 additions and 1 deletions
|
@ -1509,7 +1509,7 @@ recursiveedit(UNUSED(char **args))
|
|||
void
|
||||
reexpandprompt(void)
|
||||
{
|
||||
static reexpanding;
|
||||
static int reexpanding;
|
||||
|
||||
if (!reexpanding++) {
|
||||
free(lpromptbuf);
|
||||
|
|
Loading…
Reference in a new issue