diff options
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -213,8 +213,7 @@ PERLVARI(Tregint_string,re_intuit_string_t, MEMBER_TO_FPTR(Perl_re_intuit_string PERLVARI(Tregfree, regfree_t, MEMBER_TO_FPTR(Perl_pregfree)) /* Pointer to REx free()er */ -PERLVARI(Treginterp_cnt,int, 0) /* Whether `Regexp' - was interpolated. */ +PERLVARI(Treginterp_cnt,int, 0) /* Whether "Regexp" was interpolated. */ PERLVARI(Treg_starttry, char *, 0) /* -Dr: where regtry was called. */ PERLVARI(Twatchaddr, char **, 0) PERLVAR(Twatchok, char *) |