diff options
author | stanton <stanton> | 1999-02-04 21:03:27 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-04 21:03:27 (GMT) |
commit | f7d88f2403e9144722ecc14a8521c296e5baa3d2 (patch) | |
tree | 01d7e7034047b9a4fbddab6c6b8125b3386ca93f /generic/tk.h | |
parent | 3d939442f6592db2be39d60413b9f3ee9801cc3f (diff) | |
download | tk-f7d88f2403e9144722ecc14a8521c296e5baa3d2.zip tk-f7d88f2403e9144722ecc14a8521c296e5baa3d2.tar.gz tk-f7d88f2403e9144722ecc14a8521c296e5baa3d2.tar.bz2 |
* tests/main.test:
* tests/unixWm.test: Better cleanup of temporary files.
Lint.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h index 1df5bfb..0bd5040 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.18 1999/01/04 19:25:26 rjohnson Exp $ + * RCS: @(#) $Id: tk.h,v 1.19 1999/02/04 21:03:27 stanton Exp $ */ #ifndef _TK @@ -24,8 +24,8 @@ * * README * unix/configure.in - * win/makefile.bc (Not for patch release updates) - * win/makefile.vc (Not for patch release updates) + * win/makefile.bc + * win/makefile.vc * win/README * mac/README * library/tk.tcl (Not for patch release updates) |