mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Move a comment to the corresponding conditional block [ci skip]
This commit is contained in:
parent
6602a08aa5
commit
dbc596938a
1 changed files with 1 additions and 1 deletions
|
@ -1107,10 +1107,10 @@ tick(void)
|
|||
return val;
|
||||
}
|
||||
|
||||
#elif defined(__POWERPC__) && defined(__APPLE__)
|
||||
/* Implementation for macOS PPC by @nobu
|
||||
* See: https://github.com/ruby/ruby/pull/5975#discussion_r890045558
|
||||
*/
|
||||
#elif defined(__POWERPC__) && defined(__APPLE__)
|
||||
typedef unsigned long long tick_t;
|
||||
#define PRItick "llu"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue