X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2Fcvenv%2FEiC%2FstdClib%2Fiso646.h;fp=apps%2Fcvenv%2FEiC%2FstdClib%2Fiso646.h;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=30ea0a1146d87a9426bf31f400bc93d78cedf7e0;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/cvenv/EiC/stdClib/iso646.h b/apps/cvenv/EiC/stdClib/iso646.h deleted file mode 100644 index 30ea0a1..0000000 --- a/apps/cvenv/EiC/stdClib/iso646.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef EiC_iso646_H -#define EiC_iso646_H - -#define and && -#define and_eq &= -#define bitand & -#define bitor | -#define compl ~ -#define not ! -#define not_eq != -#define or || -#define or_eq |= -#define xor ^ -#define xor_eq ^= - -#endif