/*TooManCon say that too many continua have been entered */ #include "cddefines.h" #include "toomancon.h" void TooManCon(void) { # ifdef DEBUG_FUN fputs( "<+>TooManCon()\n", debug_fp ); # endif /* too many continua were entered */ fprintf( ioQQQ, " Too many continua entered; increase LIMSPC\n" ); puts( "[Stop in TooManCon]" ); exit(1); }