Move a comment to the corresponding conditional block [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2025-06-21 13:14:42 +09:00
parent 6602a08aa5
commit dbc596938a
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -1107,10 +1107,10 @@ tick(void)
return val; return val;
} }
#elif defined(__POWERPC__) && defined(__APPLE__)
/* Implementation for macOS PPC by @nobu /* Implementation for macOS PPC by @nobu
* See: https://github.com/ruby/ruby/pull/5975#discussion_r890045558 * See: https://github.com/ruby/ruby/pull/5975#discussion_r890045558
*/ */
#elif defined(__POWERPC__) && defined(__APPLE__)
typedef unsigned long long tick_t; typedef unsigned long long tick_t;
#define PRItick "llu" #define PRItick "llu"