summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsurles <surles>1999-04-06 19:19:11 (GMT)
committersurles <surles>1999-04-06 19:19:11 (GMT)
commitf59414bfb04efd9d9ee0334345423b7d4328c522 (patch)
tree910ba68cdfd5fbd626afc37bbff9b32e7ec07b1a /win
parentffbe899b58d9f546a4174bb0c07f905248396274 (diff)
downloadtcl-f59414bfb04efd9d9ee0334345423b7d4328c522.zip
tcl-f59414bfb04efd9d9ee0334345423b7d4328c522.tar.gz
tcl-f59414bfb04efd9d9ee0334345423b7d4328c522.tar.bz2
unchange the makefile.vc
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index fc8df04..c642554 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.1.2.24 1999/04/06 19:06:57 surles Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.1.2.25 1999/04/06 19:19:11 surles Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -61,7 +61,7 @@ NODEBUG = 1
# needed when using Purify.
#
#DEBUGDEFINES = -DTCL_MEM_DEBUG -DTCL_COMPILE_DEBUG -DTCL_COMPILE_STATS
-DEBUGDEFINES = -DUSE_TCLALLOC=0
+#DEBUGDEFINES = -DUSE_TCLALLOC=0
######################################################################
# Do not modify below this line