diff options
author | das <das> | 2007-08-14 06:32:55 (GMT) |
---|---|---|
committer | das <das> | 2007-08-14 06:32:55 (GMT) |
commit | 1d3c3ca5bc5a27b8810c6653a5cdafd895a64c0b (patch) | |
tree | 85b24d056d0a9723d0d81dde23cd24241372e6b9 /unix/dltest/pkga.c | |
parent | a789ab33c1944041459d117c719d57c44582b717 (diff) | |
download | tcl-1d3c3ca5bc5a27b8810c6653a5cdafd895a64c0b.zip tcl-1d3c3ca5bc5a27b8810c6653a5cdafd895a64c0b.tar.gz tcl-1d3c3ca5bc5a27b8810c6653a5cdafd895a64c0b.tar.bz2 |
* unix/dltest/pkga.c: whitespace & comment cleanup, remove
* unix/dltest/pkgb.c: unused pkgf.c.
* unix/dltest/pkgc.c:
* unix/dltest/pkge.c:
* unix/dltest/pkgf.c (removed):
* unix/dltest/pkgua.c:
* macosx/Tcl.xcodeproj/project.pbxproj:
Diffstat (limited to 'unix/dltest/pkga.c')
-rw-r--r-- | unix/dltest/pkga.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c index b282614..d78e611 100644 --- a/unix/dltest/pkga.c +++ b/unix/dltest/pkga.c @@ -9,8 +9,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: pkga.c,v 1.10 2007/05/29 14:05:53 dgp Exp $ + * RCS: @(#) $Id: pkga.c,v 1.11 2007/08/14 06:32:55 das Exp $ */ + #include "tcl.h" /* |