diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 17:49:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 17:49:58 +0000 |
commit | 46487f74b15c77c6f040c8b818f810a5255b1078 (patch) | |
tree | ab390652270eff34aaac73f45f85a2208c8d0804 /intrpvar.h | |
parent | a3dfe201291c96fc01babd3d4782d52ba945f2a3 (diff) | |
download | perl-46487f74b15c77c6f040c8b818f810a5255b1078.tar.gz |
change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
p4raw-id: //depot/perl@5029
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 869897dff6..e578b1ab19 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -45,7 +45,7 @@ The C variable which corresponds to Perl's $^W warning variable. */ PERLVAR(Idowarn, U8) -PERLVAR(Ibigchar, bool) +PERLVAR(Iwidesyscalls, bool) /* wide system calls */ PERLVAR(Idoextract, bool) PERLVAR(Isawampersand, bool) /* must save all match strings */ PERLVAR(Iunsafe, bool) |