summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2001-05-22 15:35:39 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-24 21:09:36 +0000
commit430eacda7860641881e4285c9bfc5967bd0fe0a3 (patch)
tree3e45ced7db1ff924b354ef650a96a582cfaef3d1 /sv.h
parent500972986e4a730e372de46210df9f1cb838f621 (diff)
downloadperl-430eacda7860641881e4285c9bfc5967bd0fe0a3.tar.gz
Don't think about UTF8
Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@10203
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index a896b626b7..fe98cfa591 100644
--- a/sv.h
+++ b/sv.h
@@ -204,7 +204,7 @@ perform the upgrade if necessary. See C<svtype>.
#define SVf_UTF8 0x20000000 /* SvPVX is UTF-8 encoded */
-#define SVf_THINKFIRST (SVf_READONLY|SVf_ROK|SVf_FAKE|SVf_UTF8)
+#define SVf_THINKFIRST (SVf_READONLY|SVf_ROK|SVf_FAKE)
#define SVf_OK (SVf_IOK|SVf_NOK|SVf_POK|SVf_ROK| \
SVp_IOK|SVp_NOK|SVp_POK)