From f98b1581a4df286c310a2ef07f3af61eac9ea51d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 22 Sep 1999 13:08:37 +0000 Subject: zsh-workers/7978 --- Src/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 2761a6afc..f0b9803e4 100644 --- a/Src/init.c +++ b/Src/init.c @@ -43,7 +43,7 @@ int noexitct = 0; char *underscore; /**/ -int underscorelen; +int underscorelen, underscoreused; /* what level of sourcing we are at */ @@ -625,6 +625,7 @@ setupvals(void) wordchars = ztrdup(DEFAULT_WORDCHARS); postedit = ztrdup(""); underscore = (char *) zalloc(underscorelen = 32); + underscoreused = 1; *underscore = '\0'; zoptarg = ztrdup(""); -- cgit 1.4.1