diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-18 14:24:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-18 14:24:42 +0000 |
commit | d9f424b23bb434af43f899daf2cb6cfe42fe6e1a (patch) | |
tree | a04a1a4067438cca3b5395a68ab540e71418e9c9 /thrdvar.h | |
parent | 8b1981a6c4fcb68914e5a9c635d9471dbbe6f42a (diff) | |
download | perl-d9f424b23bb434af43f899daf2cb6cfe42fe6e1a.tar.gz |
New try for ID 20010407.006: detach the semantics
"was the last match target UTF8" into its own variable.
p4raw-id: //depot/perl@11717
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -256,4 +256,8 @@ PERLVAR(i, struct thread_intern) PERLVAR(trailing_nul, char) /* For the sake of thrsv and oursv */ PERLVAR(thr_done, bool) /* True when the thread has finished */ + #endif /* USE_THREADS */ + +PERLVAR(Treg_sv_utf8, bool) /* was what we matched against utf8 */ + |