Created
January 5, 2012 15:04
-
-
Save rbriank/1565618 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// from ruby-1.8.7-p357 ruby.h | |
#define RBIGNUM_SET_SIGN(b,s) (RBIGNUM(b)->sign = (s)) // line 455 | |
#define RBIGNUM_LEN(b) (RBIGNUM(b)->len) // line 458 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment