Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / ppc403 / include / typesets.h
diff --git a/apps/Hawk/CVEiCL/EiC/src/ppc403/include/typesets.h b/apps/Hawk/CVEiCL/EiC/src/ppc403/include/typesets.h
deleted file mode 100644 (file)
index 373cf09..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#define INCLUDE_INT 0 /*(sizeof(long) != sizeof(int))*/\r
-\r
-#define CASE_INT       case t_char: case t_short:\\r
-                               case t_int: case t_enum\r
-#define CASE_UINT      case t_uchar: case t_ushort: case t_uint\r
-#define CASE_LONG   case t_long\r
-#define CASE_ULONG  case t_ulong\r
-#define CASE_FLOAT  case t_float: case t_double\r
-#define CASE_NUM    CASE_INT:\\r
-                               CASE_UINT:\\r
-                               CASE_LONG:\\r
-                               CASE_ULONG:\\r
-                               CASE_FLOAT\r
-\r
-/* typesets.c\r
---------------*/\r
-void do_stooutput(token_t * e1);\r
-void do_inc_dec(token_t *e1, int op);\r
-void output(token_t *e1);\r
-int do_binaryop(token_t *e1, token_t *e2,int op);\r
-int unaryop(token_t *e1,int op);\r
-void cast2comm(token_t *e1, token_t *e2);\r
-int bin_validate(unsigned oper, token_t *e1, token_t *e2);\r
-void castconst(token_t *e1, token_t *e2,int explicit);\r
-void castvar(token_t *e1, token_t *e2, int explicit);\r
-\r