diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 15:07:05 (GMT) | 
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 15:07:05 (GMT) | 
| commit | edd3934b326705a8664319d0e89024ac597650b5 (patch) | |
| tree | 30507ed4498cb3171b185b5206c5ea0c35d9925d /unix/dltest/pkgc.c | |
| parent | f4a4df7a48aa99e2efb5eec43143749c210ea761 (diff) | |
| parent | 00702159337bc65945b09c3a6e334dc011841c52 (diff) | |
| download | tcl-edd3934b326705a8664319d0e89024ac597650b5.zip tcl-edd3934b326705a8664319d0e89024ac597650b5.tar.gz tcl-edd3934b326705a8664319d0e89024ac597650b5.tar.bz2 | |
Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate unix/configure with (modified) autoconf-2.59
Diffstat (limited to 'unix/dltest/pkgc.c')
| -rw-r--r-- | unix/dltest/pkgc.c | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/unix/dltest/pkgc.c b/unix/dltest/pkgc.c index 46f6e86..7a52d52 100644 --- a/unix/dltest/pkgc.c +++ b/unix/dltest/pkgc.c @@ -15,15 +15,6 @@  #include "tcl.h"  /* - * Prototypes for procedures defined later in this file: - */ - -static int    Pkgc_SubObjCmd(ClientData clientData, -		Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); -static int    Pkgc_UnsafeObjCmd(ClientData clientData, -		Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); - -/*   *----------------------------------------------------------------------   *   * Pkgc_SubObjCmd -- | 
