use ANSI function prototype
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
#include "postfix.h"
|
||||
#include "postfixPvt.h"
|
||||
|
||||
static double local_random();
|
||||
static double local_random(void);
|
||||
|
||||
#define NOT_SET 0
|
||||
#define TRUE_COND 1
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
#include "sCalcPostfix.h"
|
||||
#include "sCalcPostfixPvt.h"
|
||||
|
||||
static double local_random();
|
||||
static double local_random(void);
|
||||
|
||||
static int isnan(double d)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user