diff options
author | stanton <stanton> | 1999-05-07 23:40:37 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-07 23:40:37 (GMT) |
commit | 7c4092a142f2c47e20b34c96adfb38b9a70083a6 (patch) | |
tree | 9d7f790a4c6c517a7835178556f2db8414dc8421 /win/winDumpExts.c | |
parent | 65da72655e2eee15fda0bb5a904abe9164629128 (diff) | |
download | tcl-7c4092a142f2c47e20b34c96adfb38b9a70083a6.zip tcl-7c4092a142f2c47e20b34c96adfb38b9a70083a6.tar.gz tcl-7c4092a142f2c47e20b34c96adfb38b9a70083a6.tar.bz2 |
removed bad patch
Diffstat (limited to 'win/winDumpExts.c')
-rw-r--r-- | win/winDumpExts.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <windows.h> @@ -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"); } |