X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2Fsrc%2Fparser.h;fp=apps%2FHawk%2FCVEiCL%2FEiC%2Fsrc%2Fparser.h;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=dbc93830c18a6e3741aeb96345ceeee8713f011d;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/Hawk/CVEiCL/EiC/src/parser.h b/apps/Hawk/CVEiCL/EiC/src/parser.h deleted file mode 100644 index dbc9383..0000000 --- a/apps/Hawk/CVEiCL/EiC/src/parser.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef PARSERH_ -#define PARSERH_ - -/* parser.c -------------*/ -void EiC_initparser(void); -void EiC_updateLocals(void); -void EiC_parse(environ_t * env); -void EiC_stmt(token_t * e1); -void EiC_assign_expr(token_t * e1); -void cond_expr(token_t * e1); -int EiC_GI(token_t * e1); - -void EiCp_freeLabels(Label_t *lab); -Label_t * EiCp_addLabel(Label_t *lab, char *name, int loc, int chck); - -extern int EiC_S_LEVEL; -extern unsigned int EiC_ASPOT; - -#endif