mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
small cosmetics
This commit is contained in:
+2
-2
@@ -941,7 +941,7 @@ main(int argc, char **argv)
|
||||
#endif
|
||||
#if defined(SIGSEGV) && !defined(NGDEBUG) && defined(HAS_WINDOWS)
|
||||
/* Allow a comment and graceful shutdown after seg fault */
|
||||
signal(SIGSEGV, sigsegv);
|
||||
signal(SIGSEGV, (SIGNAL_FUNCTION) sigsegv);
|
||||
#endif
|
||||
#ifdef SIGSYS
|
||||
signal(SIGSYS, (SIGNAL_FUNCTION) sig_sys);
|
||||
@@ -1013,7 +1013,7 @@ bot:
|
||||
startup time. */
|
||||
FILE *tempfile;
|
||||
#if defined(HAS_WINDOWS) || defined(_MSC_VER) || defined(__MINGW32__)
|
||||
char *tpf; /* temporary file */
|
||||
char *tpf = NULL; /* temporary file */
|
||||
char *dname = NULL; /* directory of input file*/
|
||||
bool has_smk = FALSE;
|
||||
#endif
|
||||
|
||||
@@ -197,7 +197,6 @@ void SetSource( char * Name)
|
||||
// ------------------------------<Analyse-Fenster>-----------------------------
|
||||
|
||||
// Neuer Text ins Analysefenster
|
||||
static int OldPercent = -2;
|
||||
void SetAnalyse( char * Analyse, int Percent)
|
||||
{
|
||||
static int OldPercent = -2;
|
||||
|
||||
Reference in New Issue
Block a user