From 6bb2994a691ee688ac538c2ac9d382804aad5abe Mon Sep 17 00:00:00 2001 From: redbrain Date: Sat, 21 Apr 2012 19:12:19 +0100 Subject: lots of argument passing work finished and we can compile python now --- gcc/python/py-runtime.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/python/py-runtime.tpl') 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); -- cgit v1.2.3