controlled_exit removed
This commit is contained in:
parent
8585a00243
commit
27461a41eb
|
|
@ -6,21 +6,6 @@
|
|||
#include "ngspice.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef HAS_WINDOWS
|
||||
void winmessage(char* new_msg);
|
||||
#endif
|
||||
|
||||
void
|
||||
controlled_exit(int dummy)
|
||||
{
|
||||
#ifdef HAS_WINDOWS
|
||||
winmessage("Fatal error in SPICE");
|
||||
#else
|
||||
fprintf(stderr, "Fatal error in SPICE - Return");
|
||||
getc(stdin);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* **************************************************************** */
|
||||
/* */
|
||||
/* Stuff for Filename Handling */
|
||||
|
|
|
|||
Loading…
Reference in New Issue