diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-07-06 15:14:19 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-07-24 21:13:45 -0600 |
commit | 519ebf3da80f5a1caba40962369503de5bdca1b4 (patch) | |
tree | 6b5e8dcf4352cceb41c8a039bfb1d44ae0d78414 /regcomp.sym | |
parent | 44f5ace3a1ccc47acfcf84761428d69cc8c7792d (diff) | |
download | perl-519ebf3da80f5a1caba40962369503de5bdca1b4.tar.gz |
regcomp.sym: Correct and add comments
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym index 0865a73ed5..d4a1972412 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -9,7 +9,8 @@ # Note that the order in this file is important. # # Format for first section: -# NAME \s+ TYPE, arg-description [flags] [num-args] [longjump-len] ; DESCRIPTION +# NAME \s+ TYPE, arg-description [num-args] [flags] [longjump-len] ; DESCRIPTION +# flag <S> means is REGNODE_SIMPLE; flag <V> means is REGNODE_VARIES # # # run perl regen.pl after editing this file |