@ -1,3 +1,7 @@
2010-10-09 Robert Larice
* src/include/fteparse.h :
remove obsolete #defines for MAXARITY NUM STRING PNODE
* src/include/complex.h :
remove typedef for _complex, which is used nowhere
@ -60,7 +60,6 @@ struct udfunc {
struct udfunc *ud_next; /* Link pointer. */
} ;
#define MAXARITY 32
/* Parser elements. */
@ -105,8 +104,5 @@ struct element {
#define RANGE 22
#define TERNARY 23
#define NUM 1
#define STRING 2
#define PNODE 3
#endif /* FTEPARSE */