diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-23 21:03:05 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-23 21:08:46 +0000 |
commit | 8770da0e36c1d16484eea6e86a2d0eeafad07f30 (patch) | |
tree | 7a1da4e804e3ffb71c0c3d0ca1e594de8164d8c5 /regcharclass.h | |
parent | c21ebed2b0d42104e83548e11b188182a597806e (diff) | |
download | perl-8770da0e36c1d16484eea6e86a2d0eeafad07f30.tar.gz |
Convert regcharclass.pl to use regen_lib.pl
This results in small changes to the formatting of the generated comments
in regcharclass.h
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/regcharclass.h b/regcharclass.h index f9a1558d66..e15da14bae 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. - * * 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: */ |