summaryrefslogtreecommitdiff
path: root/overload.c
diff options
context:
space:
mode:
Diffstat (limited to 'overload.c')
-rw-r--r--overload.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/overload.c b/overload.c
index 2f1f870f65..909a0ee529 100644
--- a/overload.c
+++ b/overload.c
@@ -82,6 +82,7 @@ static const U8 PL_AMG_namelens[NofAMmeth] = {
2,
3,
3,
+ 3,
7
};
@@ -157,5 +158,6 @@ static const char * const PL_AMG_names[NofAMmeth] = {
"(.",
"(.=",
"(~~",
+ "(-X",
"DESTROY"
};