move to eval.h
This commit is contained in:
parent
650f6eb827
commit
70060bf627
@ -672,14 +672,6 @@ ParseList(read_data *rd, JMPBUFF *FailBuff USES_REGS)
|
|||||||
return (o);
|
return (o);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef INFINITY
|
|
||||||
#define INFINITY (1.0/0.0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef NAN
|
|
||||||
#define NAN (0.0/0.0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static Term
|
static Term
|
||||||
ParseTerm(read_data *rd, int prio, JMPBUFF *FailBuff USES_REGS)
|
ParseTerm(read_data *rd, int prio, JMPBUFF *FailBuff USES_REGS)
|
||||||
{
|
{
|
||||||
|
8
H/eval.h
8
H/eval.h
@ -138,6 +138,14 @@ exceptions:
|
|||||||
#define PLMAXINT Int_MAX
|
#define PLMAXINT Int_MAX
|
||||||
#define PLMININT Int_MIN
|
#define PLMININT Int_MIN
|
||||||
|
|
||||||
|
#ifndef INFINITY
|
||||||
|
#define INFINITY (1.0/0.0)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef NAN
|
||||||
|
#define NAN (0.0/0.0)
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup arithmetic_operators
|
* @addtogroup arithmetic_operators
|
||||||
* @enum arith0_op constant operators
|
* @enum arith0_op constant operators
|
||||||
|
Reference in New Issue
Block a user