X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=overload.c;h=0a1ea3dd2e9f42fd5c11b51ed89d9836713b6c54;hb=3f6d40bd7fe955329c1f574485922604c74d8097;hp=eaaef2154e49ab17f390450d900a9862e5d5d746;hpb=82af65938b18604bedb1e907fce033a213303aaf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/overload.c b/overload.c index eaaef21..0a1ea3d 100644 --- a/overload.c +++ b/overload.c @@ -85,7 +85,7 @@ const U8 PL_AMG_namelens[NofAMmeth] = { 7 }; -char * const PL_AMG_names[NofAMmeth] = { +const char * const PL_AMG_names[NofAMmeth] = { /* Names kept in the symbol table. fallback => "()", the rest has "(" prepended. The only other place in perl which knows about this convention is AMG_id2name (used for debugging output and