Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/texinfo/makeinfo fix merge left-overs
details: https://anonhg.NetBSD.org/src/rev/650edcba0881
branches: trunk
changeset: 513171:650edcba0881
user: assar <assar%NetBSD.org@localhost>
date: Wed Jul 25 17:40:09 2001 +0000
description:
fix merge left-overs
diffstat:
gnu/dist/texinfo/makeinfo/makeinfo.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 8262cd89cc34 -r 650edcba0881 gnu/dist/texinfo/makeinfo/makeinfo.c
--- a/gnu/dist/texinfo/makeinfo/makeinfo.c Wed Jul 25 17:29:14 2001 +0000
+++ b/gnu/dist/texinfo/makeinfo/makeinfo.c Wed Jul 25 17:40:09 2001 +0000
@@ -1,5 +1,5 @@
/* makeinfo -- convert Texinfo source into other formats.
- $Id: makeinfo.c,v 1.4 2001/07/25 16:46:19 assar Exp $
+ $Id: makeinfo.c,v 1.5 2001/07/25 17:40:09 assar Exp $
Copyright (C) 1987, 92, 93, 94, 95, 96, 97, 98, 99
Free Software Foundation, Inc.
@@ -1393,9 +1393,6 @@
write_tag_table ();
}
- if (output_stream != stdout)
- fclose (output_stream);
-
if (html)
{
start_paragraph ();
@@ -3006,8 +3003,6 @@
if (arg == END)
return;
- temp_type = current_insertion_type ();
-
name_arg = get_xref_token (1); /* expands all macros in image */
/* We don't (yet) care about any other args, but read them so they
don't end up in the text. */
Home |
Main Index |
Thread Index |
Old Index