From: Karl Williamson Date: Fri, 7 Feb 2014 17:57:15 +0000 (-0700) Subject: regcomp.h: Rmv false comments X-Git-Tag: upstream/5.20.0~437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e8171884c640d6ee0733dd36e244b77ee0c1188;p=platform%2Fupstream%2Fperl.git regcomp.h: Rmv false comments I misread the code when I added these comments --- diff --git a/regcomp.h b/regcomp.h index 3c1e5f6..84aa85d 100644 --- a/regcomp.h +++ b/regcomp.h @@ -192,7 +192,7 @@ struct regnode_charclass { U8 flags; U8 type; U16 next_off; - U32 arg1; /* used as ptr in S_regclass */ + U32 arg1; char bitmap[ANYOF_BITMAP_SIZE]; /* only compile-time */ }; @@ -201,7 +201,7 @@ struct regnode_charclass_class { U8 flags; /* ANYOF_POSIXL bit must go here */ U8 type; U16 next_off; - U32 arg1; /* used as ptr in S_regclass */ + U32 arg1; char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time */ U32 classflags; /* and run-time */ }; @@ -212,7 +212,7 @@ struct regnode_charclass_posixl_fold { U8 flags; /* ANYOF_POSIXL bit must go here */ U8 type; U16 next_off; - U32 arg1; /* used as ptr in S_regclass */ + U32 arg1; char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time */ U32 classflags; /* and run-time */ SV* utf8_locale_list; /* list of code points matched by folds @@ -227,7 +227,7 @@ struct regnode_ssc { U8 flags; /* ANYOF_POSIXL bit must go here */ U8 type; U16 next_off; - U32 arg1; /* used as ptr in S_regclass */ + U32 arg1; char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time */ U32 classflags; /* and run-time */ SV* utf8_locale_list; /* list of code points matched by folds