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:
parent
14d72d4820
commit
f7736e9a6e
1 changed files with 1 additions and 2 deletions
|
@ -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 "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue