diff options
author | redman <redman> | 1999-08-13 16:49:06 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-13 16:49:06 (GMT) |
commit | 36ea59d725dc903b5283cdf979ff4eb3c6a434ff (patch) | |
tree | bd8f2fb573609b8f54c78f2b09c7eaae2effbfe0 | |
parent | addd9bdf50874ebd8b5ce0f963601392239f3c04 (diff) | |
download | tcl-36ea59d725dc903b5283cdf979ff4eb3c6a434ff.zip tcl-36ea59d725dc903b5283cdf979ff4eb3c6a434ff.tar.gz tcl-36ea59d725dc903b5283cdf979ff4eb3c6a434ff.tar.bz2 |
Fixed type, USE_TCL_ALLOC should be USE_TCLALLOC
-rw-r--r-- | win/makefile.vc | 4 |
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 |