use ANSI function prototype

This commit is contained in:
Jeff Hill
2000-02-07 21:06:34 +00:00
parent b6488e07e3
commit d15b7f24c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -70,7 +70,7 @@
#include "sCalcPostfix.h"
#include "sCalcPostfixPvt.h"
static double local_random();
static double local_random(void);
static int isnan(double d)
{