1
0
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:
Wayne Davison 2006-05-30 21:21:07 +00:00
parent 2a90661e24
commit fd240e09b0

@ -1509,7 +1509,7 @@ recursiveedit(UNUSED(char **args))
void
reexpandprompt(void)
{
static reexpanding;
static int reexpanding;
if (!reexpanding++) {
free(lpromptbuf);