diff --git a/VERSION b/VERSION index b3a4111..8d116e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.318 +1.5.319 diff --git a/base/netcmp.c b/base/netcmp.c index 529b1b9..72f088c 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -52,7 +52,7 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef TCL_NETGEN int InterruptPending = 0; -void (*oldinthandler)() = SIG_DFL; +void (*oldinthandler)(int) = SIG_DFL; extern Tcl_Interp *netgeninterp; extern int check_interrupt(); #endif