summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-08-13 16:49:05 (GMT)
committerredman <redman@noemail.net>1999-08-13 16:49:05 (GMT)
commitcc0bc67d98fe7b5ff123b1f1cad8017fe39f3ae1 (patch)
treebd8f2fb573609b8f54c78f2b09c7eaae2effbfe0 /win
parenta16c971aafff4bbd33077258f7af25c43306eeb3 (diff)
downloadtcl-cc0bc67d98fe7b5ff123b1f1cad8017fe39f3ae1.zip
tcl-cc0bc67d98fe7b5ff123b1f1cad8017fe39f3ae1.tar.gz
tcl-cc0bc67d98fe7b5ff123b1f1cad8017fe39f3ae1.tar.bz2
Fixed type, USE_TCL_ALLOC should be USE_TCLALLOC
FossilOrigin-Name: 3bc29fd3487b4c045110fcb53f69d4f6b0728d55
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 169311d..d802cc8 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.42 1999/07/22 23:45:53 redman Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.43 1999/08/13 16:49:06 redman 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_TCL_ALLOC=0
+#DEBUGDEFINES = -DUSE_TCLALLOC=0
######################################################################
# Do not modify below this line