Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions erts/emulator/beam/atom.names
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ atom protected
atom protection
atom ptab_list_continue
atom public
atom put_common_trap
atom queue_size
atom raw
atom re
Expand Down
2 changes: 1 addition & 1 deletion erts/emulator/beam/bif.tab
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@ bif erts_internal:processes_next/1
bif code:get_debug_info/1
bif erlang:exit/3
bif erlang:link/2

bif erl_debugger:supported/0
bif erl_debugger:instrumentations/0
bif erl_debugger:toggle_instrumentations/1
Expand All @@ -834,3 +833,4 @@ bif erl_debugger:peek_xreg/3
#
bif erts_debug:unaligned_bitstring/2
bif re:import/1
bif persistent_term:put_new/2
Loading
Loading