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 | |
parent | 28fb188d5c673f559bc91fefc5ea18a47017d88e (diff) | |
download | perl-c2b2738279d48c017b27d3133709952ae707743f.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 4 | ||||
-rw-r--r-- | vms/vmsish.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 7d140656f1..1d815039a9 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -13,9 +13,9 @@ # tidy -- purge files generated by executing this file # clean -- remove all intermediate (e.g. object files, C files generated # during build) files generated by executing this file, -# but leave `installable' files (images, library) intact +# but leave 'installable' files (images, library) intact # realclean -- remove all files generated by executing this file -# cleansrc -- `realclean' + purge *.c,*.h,descrip.mms +# cleansrc -- 'realclean' + purge *.c,*.h,descrip.mms # crtl.opt -- compiler-specific linker options file (made automatically) # 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 |