diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-05-12 14:48:28 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-05-12 14:48:28 +0200 |
commit | b1e768e86593178810c8a0b3c38443dcf6be5181 (patch) | |
tree | 3256f7af5078db1221738b24060ab8d7a237bb6f /erts/emulator/beam/erl_printf_term.h | |
parent | a2c22ca4bd38644bcfd0611b2d0a72d6c10ce412 (diff) | |
parent | 9b1910d81ae53a4141ab84be6e1b4dd92bf3dde0 (diff) | |
download | otp-b1e768e86593178810c8a0b3c38443dcf6be5181.tar.gz otp-b1e768e86593178810c8a0b3c38443dcf6be5181.tar.bz2 otp-b1e768e86593178810c8a0b3c38443dcf6be5181.zip |
Merge branch 'sverker/halfword-printf-relative-terms/OTP-9292' into dev
* sverker/halfword-printf-relative-terms/OTP-9292:
ETS usage of erts_printf %R
erts_printf %R for relative ets-terms in halfword-vm
Another halfword is_same-bug for ETS ordered_set
Diffstat (limited to 'erts/emulator/beam/erl_printf_term.h')
-rw-r--r-- | erts/emulator/beam/erl_printf_term.h | 4 |
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 |