diff options
author | Lukas Larsson <[email protected]> | 2011-07-21 09:50:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-08-01 17:29:46 +0200 |
commit | d13531f6efb62f69bd9002efeca32f0f9f6fc4e3 (patch) | |
tree | 75c575c3950631d21ab3b4c5cea6b990d9cde3bd /lib/asn1/src | |
parent | de298d1fa24b2d3f127c9f46c7549f77389f439e (diff) | |
download | otp-d13531f6efb62f69bd9002efeca32f0f9f6fc4e3.tar.gz otp-d13531f6efb62f69bd9002efeca32f0f9f6fc4e3.tar.bz2 otp-d13531f6efb62f69bd9002efeca32f0f9f6fc4e3.zip |
Remove export_all and only export is_nif_loadable
Diffstat (limited to 'lib/asn1/src')
-rw-r--r-- | lib/asn1/src/asn1rt_ber_bin_v2.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/asn1/src/asn1rt_ber_bin_v2.erl b/lib/asn1/src/asn1rt_ber_bin_v2.erl index 4797263ca7..16b7556d72 100644 --- a/lib/asn1/src/asn1rt_ber_bin_v2.erl +++ b/lib/asn1/src/asn1rt_ber_bin_v2.erl @@ -53,8 +53,8 @@ decode_open_type_as_binary/2]). -export([decode_primitive_incomplete/2,decode_selective/2]). - --compile(export_all). + +-export([is_nif_loadable/0]). -include("asn1_records.hrl"). |