Introduced Widlok u2 function

This commit is contained in:
pnenzi 2000-05-23 19:59:13 +00:00
parent be5cf2643c
commit fbfd009182
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2000-05-21 Paolo Nenzi <p.nenzi@ieee.org>
2000-05-22 Paolo Nenzi <p.nenzi@ieee.org>
* Makefile.am : removed reference to fteconst.h
* inpptree.h: Applied Widlok patch (u2 function).
1999-11-30 Emmanuel Rouat <emmanuel.rouat@wanadoo.fr>

View File

@ -92,6 +92,9 @@ typedef struct INPparseNode {
#define PTF_SGN 18
#define PTF_USTEP 19
#define PTF_URAMP 20
/* MW. PTF_CIF - next function */
#define PTF_USTEP2 21
/* The following things are used by the parser -- these are the token types the
* lexer returns.
@ -155,6 +158,8 @@ extern double PTsqrt();
extern double PTtan();
extern double PTtanh();
extern double PTustep();
/* MW. PTcif declaration */
extern double PTustep2();
extern double PTuramp();
extern double PTuminus();