mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-12 19:22:41 +00:00
dtcalc: remove matherr() extern due to reversion of a9175c89
This commit is contained in:
parent
35360f9900
commit
2e4029de70
1 changed files with 1 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <locale.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <Dt/UserMsg.h>
|
||||
|
@ -545,9 +545,6 @@ extern struct calcVars CalcVars;
|
|||
typedef struct calcVars *Vars ;
|
||||
extern Vars v ; /* Calctool variables and options. */
|
||||
|
||||
extern void matherr(void); // calctool.c
|
||||
|
||||
|
||||
|
||||
/* Structure, resource definitions, for View's optional parameters. */
|
||||
typedef struct
|
||||
|
|
Loading…
Reference in a new issue