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

View file

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