diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-20 10:03:16 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:23 -0800 |
commit | c2b2738279d48c017b27d3133709952ae707743f (patch) | |
tree | bb02baf9a077287327159a2b6360f0c16c53684e /vms/vmsish.h | |
parent | 28fb188d5c673f559bc91fefc5ea18a47017d88e (diff) | |
download | perl-c2b2738279d48c017b27d3133709952ae707743f.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index f66fc5d9a2..6975280e18 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -796,7 +796,7 @@ void prime_env_iter (void); void init_os_extras (void); int Perl_vms_status_to_unix(int vms_status, int child_flag); int Perl_unix_status_to_vms(int unix_status); -/* prototype section start marker; `typedef' passes through cpp */ +/* prototype section start marker; 'typedef' passes through cpp */ typedef char __VMS_PROTOTYPES__; int Perl_vmstrnenv (const char *, char *, unsigned long int, struct dsc$descriptor_s **, unsigned long int); char * Perl_vms_realpath (pTHX_ const char *, char *, int *); @@ -894,7 +894,7 @@ struct passwd * Perl_my_getpwuid (pTHX_ Uid_t uid); void Perl_my_endpwent (pTHX); char * my_getlogin (void); typedef char __VMS_SEPYTOTORP__; -/* prototype section end marker; `typedef' passes through cpp */ +/* prototype section end marker; 'typedef' passes through cpp */ #ifdef NO_PERL_TYPEDEFS /* We'll try not to scramble later files */ # ifdef __MY_BOOL_TYPE_FAKE |