From ba8c9c7c1594b4870936814caf3520a0f4e312f7 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Fri, 16 Apr 2010 18:11:49 +0200 Subject: Teach BIF's binary:match/matches interrupting/restarting Add Boyer More implementation of binary:matches. Cleanup and removed unused code. --- erts/emulator/beam/global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/emulator/beam/global.h') 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); -- cgit v1.2.3