diff options
Diffstat (limited to 'erts/emulator/beam/erl_unicode.h')
-rw-r--r-- | erts/emulator/beam/erl_unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_unicode.h b/erts/emulator/beam/erl_unicode.h index 31369fc8f9..22d90bcd71 100644 --- a/erts/emulator/beam/erl_unicode.h +++ b/erts/emulator/beam/erl_unicode.h @@ -22,6 +22,6 @@ #define _ERL_UNICODE_H Uint erts_atom_to_string_length(Eterm atom); -Eterm erts_atom_to_string(Eterm **hpp, Eterm atom); +Eterm erts_atom_to_string(Eterm **hpp, Eterm atom, Eterm tail); #endif /* _ERL_UNICODE_H */ |