diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-27 11:21:19 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-27 11:21:19 -0400 |
commit | bf761c687204a51337dad0f539cdaf87c3a3a08f (patch) | |
tree | c0e37101e750a2bee9f3d660e6482a90dcea52e4 /awkgram.c | |
parent | 495620140c3e925d3e9ffd0937d932de4425ed5d (diff) | |
download | egawk-bf761c687204a51337dad0f539cdaf87c3a3a08f.tar.gz egawk-bf761c687204a51337dad0f539cdaf87c3a3a08f.tar.bz2 egawk-bf761c687204a51337dad0f539cdaf87c3a3a08f.zip |
Fix minor bugs in configure.ac and awkgram.y.
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5009,7 +5009,7 @@ add_srcfile(int stype, char *src, SRCFILE *thisfile, int *already_included, int return NULL; } /* use full messages to ease translation */ - fatal(stype == SRC_EXTLIB + fatal(stype != SRC_EXTLIB ? _("can't open source file `%s' for reading (%s)") : _("can't open shared library `%s' for reading (%s)"), src, |