diff options
author | Patrik Nyblom <[email protected]> | 2009-11-02 15:55:20 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-05-17 15:51:49 +0200 |
commit | e0c4c2867c20368c5b5d88cbbf92da7b7a3f386e (patch) | |
tree | 91081527b0b2c88f595af3ea067a08fdc6df6861 /erts/emulator/beam/bif.tab | |
parent | fdc8980231b1e791ec4b8f8f3d61a7ba7dda539b (diff) | |
download | otp-e0c4c2867c20368c5b5d88cbbf92da7b7a3f386e.tar.gz otp-e0c4c2867c20368c5b5d88cbbf92da7b7a3f386e.tar.bz2 otp-e0c4c2867c20368c5b5d88cbbf92da7b7a3f386e.zip |
Teach binary.c the semantics to take longest instead of shortest match
Add testcase embryos and reference implementation.
Change name of compile function according to EEP31.
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 8d81aa7eba..3f51e6dc45 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -760,7 +760,7 @@ bif erlang:finish_after_on_load/2 # # The searching/splitting/substituting thingies # -bif binary:match_compile/1 +bif binary:compile_pattern/1 bif binary:match/2 bif binary:match/3 bif binary:matches/2 |