diff options
author | Zefram <zefram@fysh.org> | 2017-12-05 21:36:33 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-12-05 21:36:33 +0000 |
commit | 8c49c7c16863f886a6a4da3b585463cd16a8b976 (patch) | |
tree | fecaffcebec228299f1b0e72941abf282c419b41 /perl.h | |
parent | 16ea2c1905a8b12a3ddd72561c74de0063cbcc40 (diff) | |
download | perl-8c49c7c16863f886a6a4da3b585463cd16a8b976.tar.gz |
fix "LOOP_GIVEN" constant in PL_block_type[]
Missed this earlier in commit 619bbb9ab0f3cffda05f980b2ebb5bf660ad6962.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4660,7 +4660,7 @@ EXTCONST char* const PL_block_type[] = { "NULL", "WHEN", "BLOCK", - "GIVEN", + "LOOP_GIVEN", "LOOP_ARY", "LOOP_LAZYSV", "LOOP_LAZYIV", |