aboutsummaryrefslogtreecommitdiff
path: root/gcc/vecprim.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2009-09-14 12:18:58 -0700
committerRichard Henderson <rth@gcc.gnu.org>2009-09-14 12:18:58 -0700
commit1d65f45cfaefa060737af130c3fc69afb3030980 (patch)
tree2fcbbb5f99b13293753d83230cf9f4e0893a9b51 /gcc/vecprim.h
parent0c433c31b31f25e3f18e58bd8d404c02722d7f7c (diff)
downloadgcc-1d65f45cfaefa060737af130c3fc69afb3030980.zip
gcc-1d65f45cfaefa060737af130c3fc69afb3030980.tar.gz
gcc-1d65f45cfaefa060737af130c3fc69afb3030980.tar.bz2
Squash commit of EH in gimple
From-SVN: r151696
Diffstat (limited to 'gcc/vecprim.h')
-rw-r--r--gcc/vecprim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/vecprim.h b/gcc/vecprim.h
index c546a2b..e9ccc52 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);