aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.tab
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-04-30 18:17:17 +0200
committerBjörn Gustavsson <[email protected]>2010-05-17 15:51:50 +0200
commitccf8728a95af72aa4847e0844d45dcda991ea435 (patch)
tree1e52543c81f70ba659593b11a6a0918ea95f490f /erts/emulator/beam/bif.tab
parent8f21d4026e8f338245812d6edfd113c05282e321 (diff)
downloadotp-ccf8728a95af72aa4847e0844d45dcda991ea435.tar.gz
otp-ccf8728a95af72aa4847e0844d45dcda991ea435.tar.bz2
otp-ccf8728a95af72aa4847e0844d45dcda991ea435.zip
Add binary:{encode,decode}_unsigned({1,2}
Add testcases for encode/decode_unsigned/1,2.
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r--erts/emulator/beam/bif.tab6
1 files changed, 4 insertions, 2 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab
index 7978044fe5..157fbb7bb6 100644
--- a/erts/emulator/beam/bif.tab
+++ b/erts/emulator/beam/bif.tab
@@ -779,8 +779,10 @@ bif binary:list_to_bin/1
bif binary:copy/1
bif binary:copy/2
bif binary:referenced_byte_size/1
-# bif binary:decode_unsigned/1
-# bif binary:decode_unsigned/2
+bif binary:encode_unsigned/1
+bif binary:encode_unsigned/2
+bif binary:decode_unsigned/1
+bif binary:decode_unsigned/2
#
# New Bifs in R13B4