bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] abort keyword


From: arnold
Subject: Re: [bug-gawk] abort keyword
Date: Sat, 20 Jan 2018 11:20:31 -0700
User-agent: Heirloom mailx 12.4 7/29/08

Andy, your make_extension_directory.sh script should handle this;
I ran it with -p so that option should take care of this.

In the meantime, thanks for fixing it.

Arnold

"Andrew J. Schorr" <address@hidden> wrote:

> On Fri, Jan 19, 2018 at 12:09:32PM -0600, Neil R. Ormos wrote:
> > Although I did not need to install gawkextlib, I
> > did need to put gawkextlib.h in the build
> > directory. I assume that wouldn't have been
> > necessary had I built and installed gawkextlib
> > first (as admonished in the manual for
> > gawkextlib).
>
> Agh. Sorry. I will patch abort.c to fix this issue, as follows:
>
> diff --git a/abort/abort.c b/abort/abort.c
> index 096c42e..3693419 100644
> --- a/abort/abort.c
> +++ b/abort/abort.c
> @@ -10,6 +10,7 @@
>   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
> 02110-1335, USA
>   */
>  
> +#define GAWKEXTLIB_NOT_NEEDED
>  #include "common.h"
>  
>  /*  do_abort --- call abort */
>
> Regards,
> Andy



reply via email to

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