summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-24 15:05:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-24 15:05:15 (GMT)
commitd06ef17019c017d0f2c7df3a6418ff5085991391 (patch)
tree6482f801ede1d4092b32582aeb58273aec7b578d /generic/tclInt.decls
parent7e6cdc9cc44c2cbf916639ff537171bd10c175dd (diff)
downloadtcl-d06ef17019c017d0f2c7df3a6418ff5085991391.zip
tcl-d06ef17019c017d0f2c7df3a6418ff5085991391.tar.gz
tcl-d06ef17019c017d0f2c7df3a6418ff5085991391.tar.bz2
Fix comments at the top of the *.decls files, which are not correct any more for a long long time.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 102d04b..920116c 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -2,9 +2,8 @@
#
# This file contains the declarations for all unsupported
# functions that are exported by the Tcl library. This file
-# is used to generate the tclIntDecls.h, tclIntPlatDecls.h,
-# tclIntStub.c, tclPlatStub.c, tclCompileDecls.h and tclCompileStub.c
-# files
+# is used to generate the tclIntDecls.h, tclIntPlatDecls.h
+# and tclStubInit.c files
#
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Copyright (c) 2001 by Kevin B. Kenny. All rights reserved.