From 9b3a51f2d8aaac625ce568d98aa5ee575331a2ee Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Jul 1993 13:00:11 +0000 Subject: [PATCH] Nuke ARRAY_DELETE_NEEDS_SIZE now that we're using GCC 2... --- gnu/usr.bin/groff/Makefile.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg index f6987cdd51ae..fdd8f2c08c45 100644 --- a/gnu/usr.bin/groff/Makefile.cfg +++ b/gnu/usr.bin/groff/Makefile.cfg @@ -31,8 +31,7 @@ CFLAGS+= -DHAVE_UNISTD_H=1\ -DHAVE_MMAP=1\ -DHAVE_RENAME=1\ -DHAVE_MKSTEMP=1\ - -DHAVE_SYS_SIGLIST=1\ - -DARRAY_DELETE_NEEDS_SIZE=1 + -DHAVE_SYS_SIGLIST=1 # Use C++ compiler for linking. XXX: This is a kluge! CCC= cc