mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-18 21:14:11 +01:00
Made implied "int" on new static variable explicit (which silences
gcc).
This commit is contained in:
parent
2a90661e24
commit
fd240e09b0
@ -1509,7 +1509,7 @@ recursiveedit(UNUSED(char **args))
|
||||
void
|
||||
reexpandprompt(void)
|
||||
{
|
||||
static reexpanding;
|
||||
static int reexpanding;
|
||||
|
||||
if (!reexpanding++) {
|
||||
free(lpromptbuf);
|
||||
|
Loading…
Reference in New Issue
Block a user