groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] groff compile failure + fix


From: Gaius Mulley
Subject: [Groff] groff compile failure + fix
Date: Wed, 07 Mar 2001 22:32:09 +0000

Hi Werner,

below is a minor fix for a compile failure (due to lack of prototype),

Gaius


--- groff-cvs/ChangeLog Sun Mar  4 22:22:55 2001
+++ groff-html/ChangeLog        Wed Mar  7 22:29:21 2001
@@ -1,5 +1,9 @@
 2001-03-04  Gaius Mulley  <address@hidden>
 
+       * src/roff/troff/input.cc: Added prototype for init_markup_requests();
+
+2001-03-04  Gaius Mulley  <address@hidden>
+
        Fixed grohtml handling of any named glyph for glyph indexes < 0x80. 
        Cosmetic changes to `.html-begin', `.html-end', `.html-image' which
        are now `.begin', `.end', `.image'.
--- groff-cvs/src/roff/troff/input.cc   Sun Mar  4 22:22:56 2001
+++ groff-html/src/roff/troff/input.cc  Wed Mar  7 22:24:41 2001
@@ -139,6 +139,7 @@
 static symbol get_delim_name();
 static void init_registers();
 static void trapping_blank_line();
+static void init_markup_requests();
 
 struct input_iterator;
 input_iterator *make_temp_iterator(const char *);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]