remove obsolete #defines for MAXARITY NUM STRING PNODE

This commit is contained in:
rlar 2010-10-09 11:33:57 +00:00
parent 306cf43d79
commit 31a8c98462
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2010-10-09 Robert Larice
* src/include/fteparse.h :
remove obsolete #defines for MAXARITY NUM STRING PNODE
2010-10-09 Robert Larice
* src/include/complex.h :
remove typedef for _complex, which is used nowhere

View File

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