diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-23 12:30:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-23 12:30:12 +0000 |
commit | 58fbde930c2396bd190ab93f5f5a9f12649915c4 (patch) | |
tree | 708ba05a3e88349ece082022e769caf83609cdbb /regcharclass.h | |
parent | 12b72891435c5403bcc37a2760e6b00923c804ba (diff) | |
download | perl-58fbde930c2396bd190ab93f5f5a9f12649915c4.tar.gz |
Change boilerplate of regcharclass.h
p4raw-id: //depot/perl@31031
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/regcharclass.h b/regcharclass.h index 08b9eaeca3..c9ffcb5058 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -1,19 +1,22 @@ -/*********************** WARNING WARNING WARNING ************************ - -Do not modify this code directly: This file was autogenerated by - - Porting/regcharclass.pl - -from data contained within the script. Change the script instead. - -Generated at: Mon Apr 23 11:33:52 2007 GMT - -************************ WARNING WARNING WARNING ************************/ +/* -*- buffer-read-only: t -*- + * + * regcharclass.h + * + * 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. + * (Generated at: Mon Apr 23 12:29:30 2007 GMT) + * Any changes made here will be lost! + */ /* LNBREAK: Line Break: \R - "\x0D\x0A" # CRLF - Network (Windows) line ending + "\x0D\x0A" # CRLF - Network (Windows) line ending 0x0A # LF | LINE FEED 0x0B # VT | VERTICAL TAB 0x0C # FF | FORM FEED @@ -239,7 +242,7 @@ cp==12288 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) 0x0A # LF 0x0B # VT - 0x0C # FF + 0x0C # FF 0x0D # CR 0x85 # NEL 0x2028 # LINE SEPARATOR @@ -312,3 +315,4 @@ cp==12288 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ( cp==8232 || ( cp > 8232 && \ cp==8233 ) ) ) ) ) ) +/* ex: set ro: */ |