/*insane set flag saying that insanity has occurred */ #include "cddefines.h" #include "insanity.h" #include "insane.h" void insane(void) { # ifdef DEBUG_FUN fputs( "<+>insane()\n", debug_fp ); # endif /* set flag lgInsane to true * called if somethine impossible happened * a comment will be printed after the calculation, along with * a request to show me * */ insanity.lgInsane = TRUE; # ifdef DEBUG_FUN fputs( " <->insane()\n", debug_fp ); # endif return; }