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);
|
||||
}
|
||||
|
||||
#ifndef INFINITY
|
||||
#define INFINITY (1.0/0.0)
|
||||
#endif
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN (0.0/0.0)
|
||||
#endif
|
||||
|
||||
static Term
|
||||
ParseTerm(read_data *rd, int prio, JMPBUFF *FailBuff USES_REGS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user