From 892950d2c402691cc12e58b556944c19b4013601 Mon Sep 17 00:00:00 2001 From: biouman Date: Sat, 28 Apr 2001 00:53:35 +0000 Subject: *** empty log message *** --- interface.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 interface.h (limited to 'interface.h') diff --git a/interface.h b/interface.h deleted file mode 100644 index 546eddd..0000000 --- a/interface.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __INTERFACE_H__ -#define __INTERFACE_H__ - -#define PILEOP_MAX 50 -#define PILECALL_MAX 50 - -enum { - OP_NEST, - OP_PLUS, - OP_MOINS, - OP_EXP, - OP_PLUS_UNARY, - OP_MOINS_UNARY, - OP_DIV, - OP_MOD, - OP_MUL, - OP_ASSIGN, - OP_LPAREN, - OP_FUNC_CALL -}; - -#endif -- cgit v1.2.3