diff options
| author | dgp@users.sourceforge.net <dgp> | 2006-11-22 20:30:25 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2006-11-22 20:30:25 (GMT) |
| commit | 979376822bb5f56cce2a6fcd053e6859a8263351 (patch) | |
| tree | 977af71cfd49f6df45619270c42abc9f355fb9e1 | |
| parent | 388ebb2582e8cd651ace012d8d6648208573c8a3 (diff) | |
| download | tcl-979376822bb5f56cce2a6fcd053e6859a8263351.zip tcl-979376822bb5f56cce2a6fcd053e6859a8263351.tar.gz tcl-979376822bb5f56cce2a6fcd053e6859a8263351.tar.bz2 | |
* generic/tcl.h: Remove mention of win/README.binary in comment.
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | generic/tcl.h | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -3,6 +3,7 @@ * tools/genWinImage.tcl (removed): Removed two files used in * win/README.binary (removed): production of binary distributions for Windows, a task we no longer perform. [Bug 1476980]. + * generic/tcl.h: Remove mention of win/README.binary in comment. * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to * generic/tclInt.h: tclInt.h. Only know user is Expect, which diff --git a/generic/tcl.h b/generic/tcl.h index 41e835e..a27e256 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.228 2006/11/22 19:43:19 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.229 2006/11/22 20:30:25 dgp Exp $ */ #ifndef _TCL @@ -51,7 +51,6 @@ extern "C" { * macosx/Tcl.xcode/default.pbxuser (not patchlevel) 1 LOC * macosx/Tcl.xcodeproj/project.pbxproj (not patchlevel) 8 LOC * macosx/Tcl.xcodeproj/default.pbxuser (not patchlevel) 4 LOC - * win/README.binary (sections 0-4, with and without separator) * win/README (not patchlevel) (sections 0 and 2) * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) * tests/basic.test (1 LOC M/M, not patchlevel) |
