* signal.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4d9a6ab181
commit
3ea90fc38e
2
signal.c
2
signal.c
@ -25,7 +25,7 @@ typedef LONG rb_atomic_t;
|
|||||||
# define ATOMIC_INC(var) InterlockedIncrement(&(var))
|
# define ATOMIC_INC(var) InterlockedIncrement(&(var))
|
||||||
# define ATOMIC_DEC(var) InterlockedDecrement(&(var))
|
# define ATOMIC_DEC(var) InterlockedDecrement(&(var))
|
||||||
|
|
||||||
#elsif __GNUC__ >= 4
|
#elif __GNUC__ >= 4
|
||||||
/* @shyouhei hack to support atomic operations in case of gcc. Gcc
|
/* @shyouhei hack to support atomic operations in case of gcc. Gcc
|
||||||
* has its own pseudo-insns to support them. See info, or
|
* has its own pseudo-insns to support them. See info, or
|
||||||
* http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html */
|
* http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user