Skip to content

Commit dbc5969

Browse files
committed
Move a comment to the corresponding conditional block [ci skip]
1 parent 6602a08 commit dbc5969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc/default/default.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,10 @@ tick(void)
11071107
return val;
11081108
}
11091109

1110+
#elif defined(__POWERPC__) && defined(__APPLE__)
11101111
/* Implementation for macOS PPC by @nobu
11111112
* See: https://github.com/ruby/ruby/pull/5975#discussion_r890045558
11121113
*/
1113-
#elif defined(__POWERPC__) && defined(__APPLE__)
11141114
typedef unsigned long long tick_t;
11151115
#define PRItick "llu"
11161116

0 commit comments

Comments
 (0)