1 /* -*- buffer-read-only: t -*-
5 * Copyright (C) 1997, 1998, 2000, 2001, 2005, 2006, 2007, 2011
6 * by Larry Wall and others
8 * You may distribute under the terms of either the GNU General Public
9 * License or the Artistic License, as specified in the README file.
11 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
12 * This file is built by regen/overload.pl
16 fallback_amg, /* fallback */
45 nomethod_amg, /* nomethod */
49 subtr_ass_amg, /* -= */
51 mult_ass_amg, /* *= */
55 modulo_ass_amg, /* %= */
57 pow_ass_amg, /* **= */
59 lshift_ass_amg, /* <<= */
61 rshift_ass_amg, /* >>= */
63 band_ass_amg, /* &= */
67 bxor_ass_amg, /* ^= */
71 atan2_amg, /* atan2 */
78 repeat_ass_amg, /* x= */
80 concat_ass_amg, /* .= */
84 DESTROY_amg, /* DESTROY */
86 /* Do not leave a trailing comma here. C9X allows it, C89 doesn't. */
89 #define NofAMmeth max_amg_code