* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c0089b4d10
commit
3fb267e501
2
gc.c
2
gc.c
@ -2277,7 +2277,7 @@ ready_to_gc(rb_objspace_t *objspace)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 4
|
#if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 4
|
||||||
__attribute__((optimize("O0")))
|
__attribute__((optimize("O0")))
|
||||||
#endif
|
#endif
|
||||||
static void
|
static void
|
||||||
before_gc_sweep(rb_objspace_t *objspace)
|
before_gc_sweep(rb_objspace_t *objspace)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user