diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-24 15:09:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-24 15:09:16 (GMT) |
commit | fc14de1ab112a42834e1e228296e22b1a6e18d71 (patch) | |
tree | f166dacc456c577483c1d9f94e04a7e330f2a79e /generic/tclInt.decls | |
parent | 48ac4215cf78865b39eadc4341f8c59def82aa12 (diff) | |
parent | 81929af166648538e5b049b7d0e1cd2b24906d08 (diff) | |
download | tcl-fc14de1ab112a42834e1e228296e22b1a6e18d71.zip tcl-fc14de1ab112a42834e1e228296e22b1a6e18d71.tar.gz tcl-fc14de1ab112a42834e1e228296e22b1a6e18d71.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.decls | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 9f7b106..4e7e422 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. |