Revert to rev. 1.4, which will restore some bugs in the previous version

that w3m depends on.  Release tags will be rolled forward.

Submitted by:	jdp
This commit is contained in:
Satoshi Asami 2000-03-17 02:18:04 +00:00
parent 31efbc1fbd
commit ed96f675f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26796

View File

@ -1,5 +1,5 @@
--- Makefile.orig Fri Sep 10 16:49:18 1999
+++ Makefile Sat Mar 11 09:44:56 2000
--- Makefile.orig Sat Sep 11 01:49:18 1999
+++ Makefile Tue Oct 12 17:27:25 1999
@@ -8,15 +8,42 @@
# c++ interface to gc.a
# cord/de - builds dumb editor based on cords.
@ -20,7 +20,7 @@
+# to fill anyone's log with leak messages! - MMCG
+
+GCFLAGS= -DNO_SIGNALS -DALL_INTERIOR_POINTERS -DATOMIC_UNCOLLECTABLE \
+ -DNO_EXECUTE_PERMISSION -DSILENT -DREDIRECT_MALLOC=GC_malloc
+ -DNO_EXECUTE_PERMISSION -DSILENT
+CFLAGS+= $(GCFLAGS)
+
+LEAKFLAGS=$(CFLAGS) -DFIND_LEAK