1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* guile-snarf.awk.in: Replace the dot_doc_file arg with "-",

indicating stdin, instead of "" and don't reset ARGC.  This is a
workaround for `nawk' in AIX 4.3 on RS6000 but, as far as I know,
it is correct, and perhaps even better.
This commit is contained in:
Mikael Djurfeldt 2000-06-14 00:59:42 +00:00
parent 14d72d4820
commit f7736e9a6e

View file

@ -2,8 +2,7 @@
# 12-Dec-1999
BEGIN { FS="|";
dot_doc_file = ARGV[1]; ARGV[1] = "";
ARGC = 0;
dot_doc_file = ARGV[1]; ARGV[1] = "-";
std_err = "/dev/stderr";
# be sure to put something in the files to help make out
print "";