summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-30 15:05:30 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-30 15:05:30 +0100
commite27d6e6382795e86ea4dd3a86396350a4c29b6fb (patch)
tree2c76d9ecffc444e93d273c19ccb9a39743d51b5e /src/Makefile
parent976f859763b215050a03248dbc2bb62fa5d0d059 (diff)
patch 9.0.0328: OLD_DIGRAPHS is unusedv9.0.0328
Problem: OLD_DIGRAPHS is unused. Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index c4f480dced..59c9b64ad7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -741,11 +741,6 @@ SANITIZER_LIBS = $(SANITIZER_CFLAGS)
#CC = c89 -O +Onolimit +ESlit -D_HPUX_SOURCE
#CC = c89 -O +Onolimit +ESlit +e -D_HPUX_SOURCE
-### (2) For HP-UX: Enable the use of a different set of digraphs. Use this
-### when the default (ISO) digraphs look completely wrong.
-### After changing this do "touch digraph.c; make".
-#EXTRA_DEFS = -DHPUX_DIGRAPHS
-
### (2) For HP-UX: 9.04 cpp default macro definition table of 128000 bytes
### is too small to compile many routines. It produces too much defining
### and no space errors.