erl_interface: Allow erl_match() to match ERL_LONGLONG and ERL_U_LONGLONG terms.

Scott Lystig Fritchie fritchie@REDACTED
Wed Jan 20 10:52:55 CET 2010


Hi, all.  I've created a tiny github fork & branch to allow the
erl_interface's erl_match() function to grok ERL_LONGLONG and
ERL_U_LONGLONG term types.  The Erlang/OTP distro now includes 90% of
what's required to handle signed and unsigned ints up to 8 bytes long,
so add this remaining (?) 10%.

git fetch git@REDACTED:slfritchie/otp.git erl_match-longlong

-Scott


More information about the erlang-patches mailing list