diff options
author | Artur Bergman <sky@nanisky.com> | 2002-05-14 15:21:39 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2002-05-14 15:21:39 +0000 |
commit | 147f47de4cf0d8224e5bba0fda69d1a6523548a2 (patch) | |
tree | cd49c8cf376ae1c4c80782e6f1c0d8e5e89e6fa6 /intrpvar.h | |
parent | a4af207cede5b404b66a75e2aef9bcb3117451b7 (diff) | |
download | perl-147f47de4cf0d8224e5bba0fda69d1a6523548a2.tar.gz |
Turn the sort RealCmp for stable quicksorts into a
threadsafe per interpreter values.
p4raw-id: //depot/perl@16592
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index e940163651..f98e3484f7 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -520,6 +520,8 @@ PERLVAR(Iwantutf8, bool) /* want utf8 as the default discipline */ PERLVAR(Iutf8_idstart, SV *) PERLVAR(Iutf8_idcont, SV *) +PERLVAR(Isort_RealCmp, SVCOMPARE_t) + /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this * irrelevant, but not all code may be expected to #include XSUB.h. */ |