SHA256
1
0
forked from pool/texinfo
texinfo/texi2roff-2.0-gcc4.patch

20 lines
478 B
Diff
Raw Normal View History

diff -ru texi2roff-2.0/table.c texi2roff-2.0.new/table.c
--- texi2roff-2.0/table.c 1992-02-20 18:16:37.000000000 +0000
+++ texi2roff-2.0.new/table.c 2005-03-18 17:59:54.000000000 +0000
@@ -32,13 +32,14 @@
struct misccmds * cmds;
struct tablerecd * table, * endoftable;
+static void patchtable();
+
void
initialize(macropkg, showInfo, makeindex)
int macropkg;
int showInfo;
int makeindex;
{
- extern void patchtable();
int tablesize;
switch (macropkg) {