diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-03-16 09:48:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-27 10:30:01 +0100 |
commit | 20832bc55b5c8a1f61c1270e40b964ff1488847d (patch) | |
tree | 659b4a5bae28f99c1d21861113fcd51069ca4a66 /regcomp.sym | |
parent | 1404b48744cfa915e3f54775feb4e9b6c10f3b91 (diff) | |
download | perl-20832bc55b5c8a1f61c1270e40b964ff1488847d.tar.gz |
Remove stray tab character in definition for VERB.
As VERB is "Used only for the type field of verbs" this is only a cosmetic
change, causing that correct description to appear in the comment in
regnodes.h. The change to regarglen doesn't affect anything, as the VERB type
is never actually used for compiled nodes.
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym index b0b9faff7e..d746fc9a62 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -175,7 +175,7 @@ ACCEPT ENDLIKE, parno 1 Accepts the current matched string. #*Verbs With Arguments -VERB VERB, no-sv 1 Used only for the type field of verbs +VERB VERB, no-sv 1 Used only for the type field of verbs PRUNE VERB, no-sv 1 Pattern fails at this startpoint if no-backtracking through this MARKPOINT VERB, no-sv 1 Push the current location for rollback by cut. SKIP VERB, no-sv 1 On failure skip forward (to the mark) before retrying |