bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] abort keyword


From: Andrew J. Schorr
Subject: Re: [bug-gawk] abort keyword
Date: Fri, 19 Jan 2018 13:21:41 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

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]