aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-04-16 18:11:49 +0200
committerBjörn Gustavsson <[email protected]>2010-05-17 15:51:49 +0200
commitba8c9c7c1594b4870936814caf3520a0f4e312f7 (patch)
treed35b79f425389ed177cdb9501ee6916d33ddcdf6 /erts/emulator/beam/global.h
parente0c4c2867c20368c5b5d88cbbf92da7b7a3f386e (diff)
downloadotp-ba8c9c7c1594b4870936814caf3520a0f4e312f7.tar.gz
otp-ba8c9c7c1594b4870936814caf3520a0f4e312f7.tar.bz2
otp-ba8c9c7c1594b4870936814caf3520a0f4e312f7.zip
Teach BIF's binary:match/matches interrupting/restarting
Add Boyer More implementation of binary:matches. Cleanup and removed unused code.
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index fbb40e4202..f25b082049 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -1575,6 +1575,7 @@ extern int erts_cpu_timestamp;
void erts_init_bif_chksum(void);
/* erl_bif_re.c */
void erts_init_bif_re(void);
+void erts_init_bif_binary(void);
Sint erts_re_set_loop_limit(Sint limit);
/* erl_unicode.c */
void erts_init_unicode(void);