diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-06 11:45:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-06 11:45:15 +0000 |
commit | 18e6b73a5fbc1457266f8212f295929b583e656d (patch) | |
tree | 9d60e997c8e6ebbf1096b8424e2c4033918f9d82 /utf8.c | |
parent | 2ecf2f18702e39bbc9823245e3f601c8a14c24f6 (diff) | |
download | perl-18e6b73a5fbc1457266f8212f295929b583e656d.tar.gz |
The HINT_BYTE patch is apparently unnecessary, retracted.
p4raw-id: //depot/perl@7156
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -910,11 +910,7 @@ Perl_swash_init(pTHX_ char* pkg, char* name, SV *listsv, I32 minbits, I32 none) PUTBACK; ENTER; SAVEI32(PL_hints); -#ifdef EBCDIC - PL_hints = HINT_BYTE; -#else PL_hints = 0; -#endif save_re_context(); if (PL_curcop == &PL_compiling) /* XXX ought to be handled by lex_start */ strncpy(tmpbuf, PL_tokenbuf, sizeof tmpbuf); |