dtcalc: remove matherr() extern due to reversion of a9175c89
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <math.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <X11/Intrinsic.h>
|
#include <X11/Intrinsic.h>
|
||||||
#include <Dt/UserMsg.h>
|
#include <Dt/UserMsg.h>
|
||||||
@@ -545,9 +545,6 @@ extern struct calcVars CalcVars;
|
|||||||
typedef struct calcVars *Vars ;
|
typedef struct calcVars *Vars ;
|
||||||
extern Vars v ; /* Calctool variables and options. */
|
extern Vars v ; /* Calctool variables and options. */
|
||||||
|
|
||||||
extern void matherr(void); // calctool.c
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Structure, resource definitions, for View's optional parameters. */
|
/* Structure, resource definitions, for View's optional parameters. */
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|||||||
Reference in New Issue
Block a user