bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Second beta of gawk 3.1 now available


From: Andreas Schwab
Subject: Re: Second beta of gawk 3.1 now available
Date: 14 May 2001 19:35:32 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.104

address@hidden (Aharon Robbins) writes:

|> This note is to announce the second BETA release of version 3.1 of gawk. It 
is
|> available from ftp://ftp.freefriends.org/arnold/gawk/gawk-3.0.98.tar.gz.
|> 

While reviewing the changes from 3.0.95 I found this change in eval.c:

@@ -639,6 +641,8 @@
                else if (in_end_rule)
                        fatal(_("`nextfile' cannot be called from an END 
rule"));
 
+               /* could add a lint check here */
+               if (in_function())
                if (in_function())
                        pop_fcall_stack();
 

Looks like some kind of C&P glitch.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]