From 1de57daf2d497210ed5eeb9f993ec4d55c56cda7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 13 Oct 2010 23:24:22 -0700 Subject: overload.pl -> regen/overload.pl --- lib/overload/numbers.pm | 2 +- overload.c | 2 +- overload.h | 2 +- regen/overload.pl | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/overload/numbers.pm b/lib/overload/numbers.pm index d9daab58a6..599361e9d3 100644 --- a/lib/overload/numbers.pm +++ b/lib/overload/numbers.pm @@ -8,7 +8,7 @@ # License or the Artistic License, as specified in the README file. # # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by overload.pl +# This file is built by regen/overload.pl # package overload::numbers; diff --git a/overload.c b/overload.c index 4a9c94b153..acd400355a 100644 --- a/overload.c +++ b/overload.c @@ -9,7 +9,7 @@ * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by overload.pl + * This file is built by regen/overload.pl */ #define AMG_id2name(id) (PL_AMG_names[id]+1) diff --git a/overload.h b/overload.h index bbef5cb9a0..8d74b48444 100644 --- a/overload.h +++ b/overload.h @@ -9,7 +9,7 @@ * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by overload.pl + * This file is built by regen/overload.pl */ enum { diff --git a/regen/overload.pl b/regen/overload.pl index 5e145318e5..67a30cad0b 100644 --- a/regen/overload.pl +++ b/regen/overload.pl @@ -52,7 +52,7 @@ print <<"EOF"; # License or the Artistic License, as specified in the README file. # # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by overload.pl +# This file is built by regen/overload.pl # package overload::numbers; @@ -87,7 +87,7 @@ sub print_header { * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by overload.pl + * This file is built by regen/overload.pl */ EOF } -- cgit v1.2.1