aboutsummaryrefslogtreecommitdiffstats
path: root/erts/include/internal
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2011-05-04 18:13:49 +0200
committerSverker Eriksson <[email protected]>2011-05-06 16:31:25 +0200
commit913f72a8c9e1827c812c4795c76a0e57b5ac0eeb (patch)
tree0326b3b5e64a3266fc28eb34caa873420117c633 /erts/include/internal
parent7f8b2825eed8e45b1cabc766bc7f6fce78700073 (diff)
downloadotp-913f72a8c9e1827c812c4795c76a0e57b5ac0eeb.tar.gz
otp-913f72a8c9e1827c812c4795c76a0e57b5ac0eeb.tar.bz2
otp-913f72a8c9e1827c812c4795c76a0e57b5ac0eeb.zip
erts_printf %R for relative ets-terms in halfword-vm
Conflicts: erts/emulator/beam/erl_printf_term.c
Diffstat (limited to 'erts/include/internal')
-rw-r--r--erts/include/internal/erl_printf_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/include/internal/erl_printf_format.h b/erts/include/internal/erl_printf_format.h
index 45818079ea..400cc7dafd 100644
--- a/erts/include/internal/erl_printf_format.h
+++ b/erts/include/internal/erl_printf_format.h
@@ -40,7 +40,7 @@ extern int erts_printf_ulong(fmtfn_t, void*, char, int, int, unsigned long);
extern int erts_printf_slong(fmtfn_t, void*, char, int, int, signed long);
extern int erts_printf_double(fmtfn_t, void *, char, int, int, double);
-extern int (*erts_printf_eterm_func)(fmtfn_t, void*, unsigned long, long);
+extern int (*erts_printf_eterm_func)(fmtfn_t, void*, unsigned long, long, unsigned long*);
#endif