diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-27 11:20:11 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-27 11:20:11 -0400 |
commit | 4d26f7436c0acf8617c4736f110f06e2f4531bbd (patch) | |
tree | 236c1de0b67f18560625b87fd1ee9fb5f8600a68 /awkgram.y | |
parent | 15635ff21b6f1a0951f0ff5de6ddaf0edab8edd7 (diff) | |
download | egawk-4d26f7436c0acf8617c4736f110f06e2f4531bbd.tar.gz egawk-4d26f7436c0acf8617c4736f110f06e2f4531bbd.tar.bz2 egawk-4d26f7436c0acf8617c4736f110f06e2f4531bbd.zip |
Fix minor bugs in configure.ac and awkgram.y.
Diffstat (limited to 'awkgram.y')
-rw-r--r-- | awkgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2289,7 +2289,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, |