From 9bc05a5aa5dd314ba5a13909d126cd11b7f82c2b Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 31 Jul 2000 08:12:16 +0000 Subject: isalpha() -> ialpha(); avoid a compiler warning (12439) --- Src/hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/hist.c b/Src/hist.c index da6dfaa30..5b32748b5 100644 --- a/Src/hist.c +++ b/Src/hist.c @@ -980,7 +980,7 @@ should_ignore_line(Eprog prog) zsfree(t); return 1; } - } while (isalpha(*b)); + } while (ialpha(*b)); } zsfree(t); } -- cgit 1.4.1