Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2026-04-28 02:00:02 -04:00
commit da3b96ae9e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.5.318
1.5.319

View File

@ -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