diff options
Diffstat (limited to 'overload.c')
-rw-r--r-- | overload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overload.c b/overload.c index eaaef2154e..0a1ea3dd2e 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 |