gbranden pushed a commit to branch master
in repository groff.
commit a3daee41bb076e93cb5443ffab584b125a76306d
Author: G. Branden Robinson <[email protected]>
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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit