From c2e407f12ccaa5d73b07e602b1d9dc3b57efcf9f Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 4 Apr 2000 20:46:23 +0000 Subject: cfns.gperf (hash, [...]): Prototype. * cfns.gperf (hash, libc_name_p): Prototype. * rtti.c (build_dynamic_cast_1): Constification. * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes. * semantics.c (deferred_type_access_control): Prototype. From-SVN: r32909 --- gcc/cp/rtti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/rtti.c') diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index a5429ec..293d9e1 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -559,7 +559,7 @@ build_dynamic_cast_1 (type, expr) tree exprtype; tree dcast_fn; tree old_expr = expr; - char* errstr = NULL; + const char *errstr = NULL; /* T shall be a pointer or reference to a complete class type, or `pointer to cv void''. */ -- cgit v1.1