Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / typesets.h
diff --git a/apps/Hawk/CVEiCL/EiC/src/typesets.h b/apps/Hawk/CVEiCL/EiC/src/typesets.h
deleted file mode 100644 (file)
index e59380f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#define INCLUDE_INT 0 /*(sizeof(long) != sizeof(int))*/
-
-#define CASE_INT       case t_char: case t_short:\
-                               case t_int: case t_enum
-#define CASE_UINT      case t_uchar: case t_ushort: case t_uint
-#define CASE_LONG   case t_long
-#define CASE_ULONG  case t_ulong
-#define CASE_FLOAT  case t_float: case t_double
-#define CASE_NUM    CASE_INT:\
-                               CASE_UINT:\
-                               CASE_LONG:\
-                               CASE_ULONG:\
-                               CASE_FLOAT
-
-/* typesets.c
---------------*/
-void EiC_do_stooutput(token_t * e1);
-void EiC_do_inc_dec(token_t *e1, int op);
-void EiC_output(token_t *e1);
-int do_binaryop(token_t *e1, token_t *e2,int op);
-int EiC_unaryop(token_t *e1,int op);
-void EiC_cast2comm(token_t *e1, token_t *e2);
-int EiC_bin_validate(unsigned oper, token_t *e1, token_t *e2);
-void EiC_castconst(token_t *e1, token_t *e2,int explicit);
-void EiC_castvar(token_t *e1, token_t *e2, int explicit);
-