diff options
author | Ben Morrow <ben@morrow.me.uk> | 2009-10-24 14:58:33 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-01 16:18:04 +0100 |
commit | d9151963660fed8e24ee268776a238e1d9ae6802 (patch) | |
tree | 896239bd25faa0892895b7fa2e78946964133147 /overload.h | |
parent | 7d0994e057b3340e9b0be219a07a5992e313f0f0 (diff) | |
download | perl-d9151963660fed8e24ee268776a238e1d9ae6802.tar.gz |
Add a new overload type, "qr".
Diffstat (limited to 'overload.h')
-rw-r--r-- | overload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overload.h b/overload.h index 1a1e69ca54..bbef5cb9a0 100644 --- a/overload.h +++ b/overload.h @@ -80,6 +80,7 @@ enum { concat_ass_amg, smart_amg, ftest_amg, + regexp_amg, DESTROY_amg, max_amg_code /* Do not leave a trailing comma here. C9X allows it, C89 doesn't. */ |