OSDN Git Service

2010-04-27 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / vecprim.h
index c546a2b..e9ccc52 100644 (file)
@@ -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);