[ruby-cvs:79020] e082f41611 (master): Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)

"Kenta Murata" <[email protected]> Tue, 31 Dec 2019 22:48:42 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Kenta Murata	2019-12-31 22:48:23 +0900 (Tue, 31 Dec 2019)

  New Revision: e082f41611

  https://github.com/ruby/ruby/commit/e082f41611

  Log:
    Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)
    
    * bignum.h: Add BIGNUM_EMBED_P
    
    * bignum.c: Use macros for handling BIGNUM_EMBED_FLAG

  Modified files:
    bignum.c
    gc.c
    internal/bignum.h