Removed unused mask.

This commit is contained in:
Lewis Van Winkle
2016-02-24 18:45:35 -06:00
parent fc3cee3fb1
commit db29d5ad73

View File

@@ -29,9 +29,6 @@
#include <stdio.h> #include <stdio.h>
#define TE_MASK_ARIT 0x00000007 /* Three bits, Arity, max is 8 */
#define TE_FLAG_TYPE 0x00000018 /* Two bits, 1 = constant, 2 = variable, 3 = function */
enum { enum {
TOK_NULL, TOK_ERROR, TOK_END, TOK_SEP, TOK_NULL, TOK_ERROR, TOK_END, TOK_SEP,
TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX, TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX,