summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-08-28 09:45:16 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-08-28 09:45:16 +1000
commitbda851ae93e1979514b547e0e83992092719ab64 (patch)
tree9d2c44dc0b7f00bd60a77dd75c19963ca51b7a7a /Makefile.am
parent153d49d940bf9632fe8039107b66625d44aa93fb (diff)
downloadgroff-git-bda851ae93e1979514b547e0e83992092719ab64.tar.gz
Drop support for `ARRAY_DELETE_NEEDS_SIZE`.
* src/include/lib.h [ARRAY_DELETE_NEEDS_SIZE]: Drop preprocessor conditional branch. This abandons support for certain pre-ISO C++98 compilers. (According to a now-removed comment, unsized array deletion was documented in "ARM", meaning _The C++ Annotated Reference Manual_, published in 1989.) * Makefile.am: Undocument preprocessor symbol.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5303dae93..e2ef2eb96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -443,8 +443,6 @@ man7dir=$(manroot)/man$(man7ext)
#
# TRADITIONAL_CPP if your C++ compiler uses a traditional
# (Reiser) preprocessor
-# ARRAY_DELETE_NEEDS_SIZE if your C++ doesn't understand `delete []'
-#
# PAGE=A4 if the printer's page size is A4
# GHOSTSCRIPT=gs the name (and directory if required) of the
# ghostscript program