aboutsummaryrefslogtreecommitdiff
path: root/gcc/python/py-runtime.tpl
diff options
context:
space:
mode:
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);