diff options
Diffstat (limited to 'overload.c')
-rw-r--r-- | overload.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/overload.c b/overload.c index 4ccba19b63..0d5b74b8c7 100644 --- a/overload.c +++ b/overload.c @@ -8,8 +8,9 @@ * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * - * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by regen/overload.pl + * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + * This file is built by regen/overload.pl. + * Any changes made here will be lost! */ #define AMG_id2name(id) (PL_AMG_names[id]+1) |