Browse Source

remove obsolete #defines for MAXARITY NUM STRING PNODE

pre-master-46
rlar 16 years ago
parent
commit
31a8c98462
  1. 4
      ChangeLog
  2. 4
      src/include/fteparse.h

4
ChangeLog

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

4
src/include/fteparse.h

@ -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 */
Loading…
Cancel
Save