aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_printf_term.h
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/emulator/beam/erl_printf_term.h
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/emulator/beam/erl_printf_term.h')
-rw-r--r--erts/emulator/beam/erl_printf_term.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_printf_term.h b/erts/emulator/beam/erl_printf_term.h
index 4f76028396..4ba22f12de 100644
--- a/erts/emulator/beam/erl_printf_term.h
+++ b/erts/emulator/beam/erl_printf_term.h
@@ -21,6 +21,6 @@
#define ERL_PRINTF_TERM_H__
#include "erl_printf_format.h"
-int erts_printf_term(fmtfn_t fn, void* arg, unsigned long term, long precision);
-
+int erts_printf_term(fmtfn_t fn, void* arg, unsigned long term, long precision,
+ unsigned long* term_base);
#endif