From 7c4092a142f2c47e20b34c96adfb38b9a70083a6 Mon Sep 17 00:00:00 2001 From: stanton Date: Fri, 7 May 1999 23:40:37 +0000 Subject: removed bad patch --- ChangeLog | 3 +++ win/makefile.vc | 4 ++-- win/winDumpExts.c | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b19e548..a58f0f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-05-07 + * win/winDumpExts.c: + * win/makefile.vc: Removed incorrect patch. [Bug: 1998] + * generic/tcl.decls: Replaced const with CONST. * generic/tclResult.c (Tcl_AppendResultVA): diff --git a/win/makefile.vc b/win/makefile.vc index 8b662a3..cce6320 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.33 1999/05/07 20:06:52 stanton Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.34 1999/05/07 23:40:37 stanton Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -333,7 +333,7 @@ setup: @$(MKDIR) $(OUTDIR) $(DUMPEXTS): $(WINDIR)\winDumpExts.c - $(cc32) $(CON_CFLAGS) -DTCL_LIB_VERSION=$(VERSION) -Fo$(TMPDIR)\ $? + $(cc32) $(CON_CFLAGS) -Fo$(TMPDIR)\ $? set LIB="$(TOOLS32)\lib" $(link32) $(ldebug) $(conlflags) $(guilibs) -out:$@ \ $(TMPDIR)\winDumpExts.obj diff --git a/win/winDumpExts.c b/win/winDumpExts.c index 1ea4c12..295bdd9 100644 --- a/win/winDumpExts.c +++ b/win/winDumpExts.c @@ -19,7 +19,7 @@ * compiler other than Visual C++. *---------------------------------------------------------------------- * - * RCS: @(#) $Id: winDumpExts.c,v 1.4 1999/05/07 20:06:52 stanton Exp $ + * RCS: @(#) $Id: winDumpExts.c,v 1.5 1999/05/07 23:40:38 stanton Exp $ */ #include @@ -474,7 +474,6 @@ main(int argc, char **argv) if (arg == argc) { goto Usage; } - fprintf(fout, "LIBRARY TCL%d\n", TCL_LIB_VERSION); fprintf(fout, "EXPORTS\n"); } -- cgit v0.12