Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: gcc/gcc/vecprim.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/vec.c ('k') | gcc/gcc/version.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/vecprim.h
diff --git a/gcc/gcc/vecprim.h b/gcc/gcc/vecprim.h
index c546a2bff9b80974182f5f5e083bb0f4107fb548..e9ccc52bcb09e93142973e30dd7ed5750f297e66 100644
--- a/gcc/gcc/vecprim.h
+++ b/gcc/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);
« no previous file with comments | « gcc/gcc/vec.c ('k') | gcc/gcc/version.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698