summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-08-28 10:19:20 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-08-28 18:10:03 +1000
commitcc2bea41accd62e0e2abb81a66d0fbe1faa26745 (patch)
treecd41655e2b9828f83941d0a32ad02d72b9d2cb77 /Makefile.am
parent61d2307000c457db0604a7833e29ca4ad15884f7 (diff)
downloadgroff-git-cc2bea41accd62e0e2abb81a66d0fbe1faa26745.tar.gz
[libgroff]: Drop support for `TRADITIONAL_CPP`.
This means a C preprocessor that does not support the ANSI C89/ISO C90 token concatenation operator "##". * src/include/itable.h: * src/include/ptable.h: Do it. * 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 e2ef2eb96..9aea88945 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -441,8 +441,6 @@ man7dir=$(manroot)/man$(man7ext)
# uintmax_t=<value> define to `unsigned long' or `unsigned long
# long' if <inttypes.h> does not exist
#
-# TRADITIONAL_CPP if your C++ compiler uses a traditional
-# (Reiser) preprocessor
# PAGE=A4 if the printer's page size is A4
# GHOSTSCRIPT=gs the name (and directory if required) of the
# ghostscript program