summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/universal.c b/universal.c
index 4f76d92255..7d8ced3b0f 100644
--- a/universal.c
+++ b/universal.c
@@ -7,7 +7,7 @@
*/
STATIC SV *
-isa_lookup(HV *stash, char *name, int len, int level)
+isa_lookup(HV *stash, const char *name, int len, int level)
{
AV* av;
GV* gv;
@@ -73,7 +73,7 @@ isa_lookup(HV *stash, char *name, int len, int level)
}
bool
-sv_derived_from(SV *sv, char *name)
+sv_derived_from(SV *sv, const char *name)
{
SV *rv;
char *type;