bug-groff
[Top][All Lists]
Advanced

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

[bug #61433] [PATCH] src/roff/troff/div.h: has extra declaration of "do_


From: G. Branden Robinson
Subject: [bug #61433] [PATCH] src/roff/troff/div.h: has extra declaration of "do_divert(...)"
Date: Tue, 30 Nov 2021 02:52:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #4, bug #61433 (project groff):

Oh, no--groff's header files mostly don't use include guards.

<shuts eyes, pinches bridge of nose>

The commit I have queued does not appear to break anything (documents render
well, all 94 tests pass or xfail).  I'm likely to just push it as-is.  Here's
the relevant bit.


diff --git a/src/roff/troff/env.h b/src/roff/troff/env.h
index 0c8b8b896..dddf1a17d 100644
--- a/src/roff/troff/env.h
+++ b/src/roff/troff/env.h
@@ -140,8 +139,6 @@ void title();
 void widow_control_request();
 #endif /* WIDOW_CONTROL */
 
-void do_divert(int append, int boxing);
-
 class environment {
   int dummy;                   // dummy environment used for \w
   hunits prev_line_length;






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61433>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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