summaryrefslogtreecommitdiff
path: root/bootstrap/lib
diff options
context:
space:
mode:
authorHans Bolinder <hasse@erlang.org>2014-04-15 09:38:41 +0200
committerHans Bolinder <hasse@erlang.org>2014-04-28 11:56:26 +0200
commit146260727638e8a477aeda7828364ce45dc506a0 (patch)
treec54b396192cb875eea1c474baff18c136473b95c /bootstrap/lib
parent3be1dc100140139b2542cd327cf4f8453d43aca1 (diff)
downloaderlang-146260727638e8a477aeda7828364ce45dc506a0.tar.gz
Introduce the attribute -optional_callbacks in the context of behaviours
Diffstat (limited to 'bootstrap/lib')
-rw-r--r--bootstrap/lib/stdlib/ebin/gen_event.beambin18320 -> 34896 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/gen_fsm.beambin15652 -> 28780 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/gen_server.beambin17416 -> 33548 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/bootstrap/lib/stdlib/ebin/gen_event.beam b/bootstrap/lib/stdlib/ebin/gen_event.beam
index d45e508d22..bf7e2184d8 100644
--- a/bootstrap/lib/stdlib/ebin/gen_event.beam
+++ b/bootstrap/lib/stdlib/ebin/gen_event.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/gen_fsm.beam b/bootstrap/lib/stdlib/ebin/gen_fsm.beam
index bf5bbb7839..46c8a9e183 100644
--- a/bootstrap/lib/stdlib/ebin/gen_fsm.beam
+++ b/bootstrap/lib/stdlib/ebin/gen_fsm.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/gen_server.beam b/bootstrap/lib/stdlib/ebin/gen_server.beam
index fe95ca0826..1b6c74b9a7 100644
--- a/bootstrap/lib/stdlib/ebin/gen_server.beam
+++ b/bootstrap/lib/stdlib/ebin/gen_server.beam
Binary files differ