summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgc.c
diff options
context:
space:
mode:
authordas <das>2007-08-14 06:32:55 (GMT)
committerdas <das>2007-08-14 06:32:55 (GMT)
commit1d3c3ca5bc5a27b8810c6653a5cdafd895a64c0b (patch)
tree85b24d056d0a9723d0d81dde23cd24241372e6b9 /unix/dltest/pkgc.c
parenta789ab33c1944041459d117c719d57c44582b717 (diff)
downloadtcl-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/pkgc.c')
-rw-r--r--unix/dltest/pkgc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/unix/dltest/pkgc.c b/unix/dltest/pkgc.c
index 6f16bf3..72434ae 100644
--- a/unix/dltest/pkgc.c
+++ b/unix/dltest/pkgc.c
@@ -10,8 +10,9 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: pkgc.c,v 1.7 2007/05/29 14:05:53 dgp Exp $
+ * RCS: @(#) $Id: pkgc.c,v 1.8 2007/08/14 06:32:55 das Exp $
*/
+
#include "tcl.h"
/*
@@ -19,9 +20,9 @@
*/
static int Pkgc_SubObjCmd(ClientData clientData,
- Tcl_Interp *interp, int objc, Tcl_Obj * CONST objv[]);
+ Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]);
static int Pkgc_UnsafeObjCmd(ClientData clientData,
- Tcl_Interp *interp, int objc, Tcl_Obj * CONST objv[]);
+ Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]);
/*
*----------------------------------------------------------------------
@@ -95,8 +96,7 @@ Pkgc_UnsafeObjCmd(
* Pkgc_Init --
*
* This is a package initialization procedure, which is called by Tcl
- * when this package is to be added to a normal (unsafe/trusted)
- * interpreter.
+ * when this package is to be added to an interpreter.
*
* Results:
* None.