Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / ppc403 / glue.h
diff --git a/apps/Hawk/CVEiCL/EiC/src/ppc403/glue.h b/apps/Hawk/CVEiCL/EiC/src/ppc403/glue.h
deleted file mode 100644 (file)
index 13d0c1c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/* glue.h -- common definitions for "glue" fucntions.\r
- *\r
- * Copyright (c) 1995 Cygnus Support\r
- *\r
- * The authors hereby grant permission to use, copy, modify, distribute,\r
- * and license this software and its documentation for any purpose, provided\r
- * that existing copyright notices are retained in all copies and that this\r
- * notice is included verbatim in any distributions. No written agreement,\r
- * license, or royalty fee is required for any of the authorized uses.\r
- * Modifications to this software may be copyrighted by their authors\r
- * and need not follow the licensing terms described here, provided that\r
- * the new terms are clearly indicated on the first page of each file where\r
- * they apply.\r
- */\r
-#include <_ansi.h>\r
-\r
-#ifndef NULL\r
-#  define NULL 0\r
-#endif\r
-\r
-/*\r
- * support setting the errno array if it's there\r
- */\r
-#ifdef errno\r
-#  define SET_ERRNO(x) errno = x\r
-#else\r
-#  define SET_ERRNO(x)\r
-#endif\r
-\r
-#ifdef __NO_UNDERSCORE__\r
-#  define _end    end\r
-#  define _exit          exit\r
-#endif\r
-\r
-extern char _end[];\r
-/* extern char _end[]; */               /* _end is set in the linker command file */\r
-/* extern char end[]; */\r
-\r
-/* only one prcess support, as this is OS dependant */\r
-#define __MYPID 1\r
-\r
-\r