diff options
author | Lukas Larsson <[email protected]> | 2013-07-04 15:23:06 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-11 18:41:43 +0200 |
commit | 14c0a18a9970f2287bbb09c46bee0c33358e3fc9 (patch) | |
tree | 1628c69b00844228b811d7d65bf02d95707fe2fa /erts/emulator/beam/utils.c | |
parent | 193639fde33e135cc390f1df13076e5632fdd43c (diff) | |
download | otp-14c0a18a9970f2287bbb09c46bee0c33358e3fc9.tar.gz otp-14c0a18a9970f2287bbb09c46bee0c33358e3fc9.tar.bz2 otp-14c0a18a9970f2287bbb09c46bee0c33358e3fc9.zip |
erts: Add cflags, ldflags and config.h into executable
Diffstat (limited to 'erts/emulator/beam/utils.c')
-rw-r--r-- | erts/emulator/beam/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/utils.c b/erts/emulator/beam/utils.c index 84deaecb87..bd2be7afca 100644 --- a/erts/emulator/beam/utils.c +++ b/erts/emulator/beam/utils.c @@ -2983,7 +2983,7 @@ char* Sint_to_buf(Sint n, struct Sint_buf *buf) */ Eterm -buf_to_intlist(Eterm** hpp, char *buf, size_t len, Eterm tail) +buf_to_intlist(Eterm** hpp, const char *buf, size_t len, Eterm tail) { Eterm* hp = *hpp; size_t i = len; |