fix `SetAnalyse()' re-declaration
This commit is contained in:
parent
d7e291c53a
commit
5a44b3f7f8
|
|
@ -54,11 +54,6 @@ static void cktislinear(CKTcircuit *ckt, struct line *deck);
|
|||
void line_free_x(struct line *deck, bool recurse);
|
||||
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
void SetAnalyse(char *Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* create an unique artificial *unusable* FILE ptr
|
||||
* meant to be used with Xprintf() only to eventually
|
||||
|
|
|
|||
|
|
@ -26,10 +26,6 @@ static wordlist *measure_parse_line(char *line);
|
|||
extern bool ft_batchmode;
|
||||
extern bool rflag;
|
||||
|
||||
#ifdef HAS_WINGUI /* hvogt 10.03.99, nach W. Mues */
|
||||
extern void SetAnalyse(char *Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
|
||||
/* measure in interactive mode:
|
||||
meas command inside .control ... .endc loop or manually entered.
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
#ifndef ngspice_SPEC_H
|
||||
#define ngspice_SPEC_H
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
extern void SetAnalyse(char *Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
void com_spec(wordlist *wl);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -139,6 +139,8 @@
|
|||
|
||||
#ifdef HAS_WINGUI
|
||||
#include "ngspice/wstdio.h"
|
||||
#define HAS_PROGREP
|
||||
extern void SetAnalyse(char *Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
#if defined (__MINGW32__) || defined (__CYGWIN__) || defined (_MSC_VER)
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@ Modified 2001: AlansFixes
|
|||
/* gtri - end - wbk */
|
||||
#endif
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
void SetAnalyse( char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
|
||||
#define INIT_STATS() \
|
||||
do { \
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ static int spice3_gmin (CKTcircuit *, long int, long int, int);
|
|||
static int gillespie_src (CKTcircuit *, long int, long int, int);
|
||||
static int spice3_src (CKTcircuit *, long int, long int, int);
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
void SetAnalyse( char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
int
|
||||
CKTop (CKTcircuit * ckt, long int firstmode, long int continuemode,
|
||||
|
|
|
|||
|
|
@ -26,10 +26,6 @@ int nthreads;
|
|||
return(E_NOMEM);\
|
||||
}
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
extern void SetAnalyse( char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
|
||||
int
|
||||
CKTsetup(CKTcircuit *ckt)
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@
|
|||
#include "ngspice/cluster.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAS_WINGUI /* hvogt 10.03.99, nach W. Mues */
|
||||
void SetAnalyse(char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
|
||||
#define INIT_STATS() \
|
||||
do { \
|
||||
|
|
|
|||
|
|
@ -34,10 +34,6 @@ extern struct dbcomm *dbs;
|
|||
#include "ngspice/cluster.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAS_WINGUI /* hvogt 10.03.99, nach W. Mues */
|
||||
void SetAnalyse(char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
|
||||
#define INIT_STATS() \
|
||||
do { \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ Modified: 1999 Paolo Nenzi
|
|||
#include "ngspice/devdefs.h"
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
void SetAnalyse( char * Analyse, int Percent);
|
||||
static double actval, actdiff;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ Author: 1985 Thomas L. Quarles
|
|||
/* gtri - end - wbk - 11/9/90 */
|
||||
#endif
|
||||
|
||||
#ifdef HAS_WINGUI
|
||||
extern void SetAnalyse( char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
/* uncomment to trace in this file */
|
||||
/*#define TRACE*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue