groff-commit
[Top][All Lists]
Advanced

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

[groff] 12/14: [post-grohtml]: Remove `DEBUGGING` preprocessor cruft.


From: G. Branden Robinson
Subject: [groff] 12/14: [post-grohtml]: Remove `DEBUGGING` preprocessor cruft.
Date: Wed, 1 Dec 2021 13:06:17 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit a3daee41bb076e93cb5443ffab584b125a76306d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Nov 28 01:04:22 2021 +1100

    [post-grohtml]: Remove `DEBUGGING` preprocessor cruft.
    
    * src/devices/grohtml/html-text.cpp:
    * src/devices/grohtml/output.cpp: Stop undefining `DEBUGGING`
      preprocessor macro.
---
 src/devices/grohtml/html-text.cpp | 3 ---
 src/devices/grohtml/output.cpp    | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/src/devices/grohtml/html-text.cpp 
b/src/devices/grohtml/html-text.cpp
index df299f5..19ceb9e 100644
--- a/src/devices/grohtml/html-text.cpp
+++ b/src/devices/grohtml/html-text.cpp
@@ -39,9 +39,6 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>. */
 
 #include "html-text.h"
 
-#undef DEBUGGING
-// #define DEBUGGING
-
 html_text::html_text (simple_output *op, html_dialect d) :
   stackptr(NULL), lastptr(NULL), out(op), dialect(d),
   space_emitted(TRUE), current_indentation(-1),
diff --git a/src/devices/grohtml/output.cpp b/src/devices/grohtml/output.cpp
index b8e0869..0ffeb58 100644
--- a/src/devices/grohtml/output.cpp
+++ b/src/devices/grohtml/output.cpp
@@ -37,9 +37,6 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>. */
 #include <unistd.h>
 #endif
 
-#undef DEBUGGING
-// #define DEBUGGING
-
 #if !defined(TRUE)
 #   define TRUE  (1==1)
 #endif



reply via email to

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