X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/dda856b2f3baa3a5da0bd1d25218e6eab7f0eb2d..22d7dfedf6b2f543bc146063b4bf98d2ae20fd86:/regcharclass.h diff --git a/regcharclass.h b/regcharclass.h index f9a1558..ea5cb99 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -1,17 +1,15 @@ -/* -*- buffer-read-only: t -*- +/* -*- buffer-read-only: t -*- * * regcharclass.h * - * Copyright (C) 2007, by Larry Wall and others + * Copyright (C) 2007 by Larry Wall and others * * 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 Porting/regcharclass.pl. - * + * This file is built by regen/regcharclass.pl. * Any changes made here will be lost! - * */ /* @@ -451,4 +449,5 @@ ( ( ( !( is_utf8 ) ) && ( 0xDF == ((U8*)s)[0] ) ) ? len=1, 0xDF : 0 ) \ : 0 ) + /* ex: set ro: */