aboutsummaryrefslogtreecommitdiff
path: root/gcc/python/py-runtime.tpl
diff options
context:
space:
mode:
authorredbrain <redbrain@gcc.gnu.org>2012-04-21 19:12:19 +0100
committerredbrain <redbrain@gcc.gnu.org>2012-04-21 19:12:19 +0100
commit6bb2994a691ee688ac538c2ac9d382804aad5abe (patch)
tree9bf8e9a3e0886c75383b07c144be6a157b285c11 /gcc/python/py-runtime.tpl
parent30903ba9eb9e6b3f3d926041cfc438c71377d6f6 (diff)
lots of argument passing work finished and we can compile python nowalpha-v0.1
Diffstat (limited to 'gcc/python/py-runtime.tpl')
-rw-r--r--gcc/python/py-runtime.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/python/py-runtime.tpl b/gcc/python/py-runtime.tpl
index eb4a9a43b62..75e4f119d51 100644
--- a/gcc/python/py-runtime.tpl
+++ b/gcc/python/py-runtime.tpl
@@ -288,7 +288,7 @@ void gpy_dot_types_init (void)
{
gpy_builtin_types_vec = VEC_alloc (tree,gc,0);
- tree const_char_type = build_qualified_type (char_type_node,
+ tree const_char_type = build_qualified_type (unsigned_char_type_node,
TYPE_QUAL_CONST);
tree ctype = build_pointer_type (const_char_type);