summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-12-07 22:20:31 (GMT)
committerhobbs <hobbs>2000-12-07 22:20:31 (GMT)
commitb4ba5f4c6fc168dac4144c8214114b8f4959ebfe (patch)
treefd482193385949f3af500fbf99da8dba914dac72 /generic
parentfc5ae1303256736570c487af3878721224de2afc (diff)
downloadtcl-b4ba5f4c6fc168dac4144c8214114b8f4959ebfe.zip
tcl-b4ba5f4c6fc168dac4144c8214114b8f4959ebfe.tar.gz
tcl-b4ba5f4c6fc168dac4144c8214114b8f4959ebfe.tar.bz2
* generic/tcl.h: added note about need to updated
library/dde/pkgIndex.tcl with minor version increment.
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 95eece8..2c5dab7 100644
--- a/generic/tcl.h
+++ b/generic/tcl.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: tcl.h,v 1.83 2000/11/03 18:46:10 hobbs Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.84 2000/12/07 22:20:31 hobbs Exp $
*/
#ifndef _TCL
@@ -43,7 +43,8 @@ extern "C" {
* win/configure.in (as above)
* win/tcl.m4 (not patchlevel)
* win/makefile.vc (not patchlevel) 2 LOC
- * library/reg1.0/pkgIndex.tcl (not patchlevel, for tclregNN.dll)
+ * library/reg/pkgIndex.tcl (not patchlevel, for tclregNN.dll)
+ * library/dde/pkgIndex.tcl (not patchlevel, for tclddeNN.dll)
* README (sections 0 and 2)
* mac/README (2 LOC, not patchlevel)
* win/README.binary (sections 0-4)