X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2Fsrc%2Fppc403%2Finclude%2Feic.h;fp=apps%2FHawk%2FCVEiCL%2FEiC%2Fsrc%2Fppc403%2Finclude%2Feic.h;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=89310cba474abbdf4a8635e3b5f5c54894b92719;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/Hawk/CVEiCL/EiC/src/ppc403/include/eic.h b/apps/Hawk/CVEiCL/EiC/src/ppc403/include/eic.h deleted file mode 100644 index 89310cb..0000000 --- a/apps/Hawk/CVEiCL/EiC/src/ppc403/include/eic.h +++ /dev/null @@ -1,54 +0,0 @@ -/* eic.h - * - * (C) Copyright May 7 1995, Edmond J. Breen. - * ALL RIGHTS RESERVED. - * This code may be copied for personal, non-profit use only. - * - */ -#ifndef EICH_ -#define EICH_ - -#define _need_eic_ptr - -#include "sys/types.h" - -#undef _need_eic_ptr - - -#include "eicval.h" - - -void *add_builtinfunc(char *name, val_t(*vfunc) ()); -void startEiC(int argc, char ** argv); -void init_EiC(void); - -extern AR_t * AR[3]; -extern size_t ARGC; - -#define arg_list AR_t * -#define getargc() ARGC -#define getargs() AR[2] -#define nextarg(x,type) (*((type*)&(--x)->v)) -#define arg(i,x,type) (*((type*)&x[-(i+1)].v)) - -#define malloc(x) xmalloc(x) -#define calloc(x,y) xcalloc(x,y) -#define free(x) xfree(x) -#define realloc(x,y) xrealloc(x,y) - - -#endif /* EICH_ */ - - - - - - - - - - - - - -