X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fvecprim.h;h=e9ccc52bcb09e93142973e30dd7ed5750f297e66;hb=b48209d97d1a754d95c68970e95dde86ee7b5b7b;hp=c546a2bff9b80974182f5f5e083bb0f4107fb548;hpb=cfaf579ddfaec5cb9bc5d220eadd212786138f3d;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/vecprim.h b/gcc/vecprim.h index c546a2bff9b..e9ccc52bcb0 100644 --- a/gcc/vecprim.h +++ b/gcc/vecprim.h @@ -23,6 +23,11 @@ along with GCC; see the file COPYING3. If not see DEF_VEC_I(char); DEF_VEC_ALLOC_I(char,heap); +typedef unsigned char uchar; +DEF_VEC_I(uchar); +DEF_VEC_ALLOC_I(uchar,heap); +DEF_VEC_ALLOC_I(uchar,gc); + DEF_VEC_I(int); DEF_VEC_ALLOC_I(int,heap);