gbranden pushed a commit to branch master
in repository groff.

commit 5fe7fa6c13f4cf9864150287cb438b76fd0d935d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 22 22:05:00 2022 -0500

    m4/groff.m4: Refactor.
    
    * m4/groff.m4 (GROFF_PAGE): Refactor: drop AC_DEFINE of `PAGEA4`.  This
      symbol appears to be a relic; it is nowhere tested or dereferenced.
---
 ChangeLog   | 6 ++++++
 m4/groff.m4 | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ed06008e..51c3fbae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-22  G. Branden Robinson <[email protected]>
+
+       * m4/groff.m4 (GROFF_PAGE): Refactor: drop AC_DEFINE of
+       `PAGEA4`.  This symbol appears to be a relic; it is nowhere
+       tested or dereferenced.
+
 2022-07-15  G. Branden Robinson <[email protected]>
 
        * tmac/tty-char.tmac: Drop definition of \[sd] special
diff --git a/m4/groff.m4 b/m4/groff.m4
index 6f43f956..838a152d 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -909,10 +909,6 @@ AC_DEFUN([GROFF_PAGE],
    fi
 
    test -n "$PAGE" || PAGE=letter
-   if test "$PAGE" = A4; then
-     AC_DEFINE([PAGEA4], [1],
-       [Define if the printer's page size is A4.])
-   fi
    AC_MSG_RESULT([$PAGE])
    AC_SUBST([PAGE])])
 

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to