mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
include/ruby/internal/constant_p.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
This commit is contained in:
parent
538a3919d9
commit
b7cd9a3b79
Notes:
git
2021-09-10 20:01:45 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
#include "ruby/internal/has/builtin.h"
|
||||
|
||||
/** Wraps (or simulates) `__builtin_constant_p` */
|
||||
#if RBIMPL_HAS_BUILTIN(__builtin_constant_p)
|
||||
# define RBIMPL_CONSTANT_P(expr) __builtin_constant_p(expr)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue