From 7e8171884c640d6ee0733dd36e244b77ee0c1188 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 7 Feb 2014 10:57:15 -0700 Subject: [PATCH] regcomp.h: Rmv false comments I misread the code when I added these comments --- regcomp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4