[DOC]Some link prefix replace

This commit is contained in:
S-H-GAMELINKS 2022-04-09 16:53:13 +09:00 committed by Hiroshi SHIBATA
parent 83aeec8acf
commit 5b467400d2
Notes: git 2022-04-09 17:44:16 +09:00
6 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@
window of the process executing the instruction will not be flushed
correctly.
See http://bugs.ruby-lang.org/issues/5244 for discussion.
See https://bugs.ruby-lang.org/issues/5244 for discussion.
*********************************************************************/
void
rb_sparc_flush_register_windows(void)
@ -15,7 +15,7 @@ rb_sparc_flush_register_windows(void)
/*
* gcc doesn't provide "asm" keyword if -ansi and the various -std options
* are given.
* http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html
* https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html
*/
#ifndef __GNUC__
#define __asm__ asm