diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-03-04 16:16:05 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-03-04 16:18:33 +0100 |
commit | 209f6091c24c63651132dae4cbcf1eab9ea8913c (patch) | |
tree | a8014ad655ae0136f10ae669a27305fe1a37e5db /erts/emulator/beam/erl_unicode.c | |
parent | 6ca494bba68eccc5359c96538bfbec9fe9f72a69 (diff) | |
download | otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.tar.gz otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.tar.bz2 otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.zip |
erts: Use block comments - ansi style
Diffstat (limited to 'erts/emulator/beam/erl_unicode.c')
-rw-r--r-- | erts/emulator/beam/erl_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_unicode.c b/erts/emulator/beam/erl_unicode.c index fa53fd0937..ad6f8b993a 100644 --- a/erts/emulator/beam/erl_unicode.c +++ b/erts/emulator/beam/erl_unicode.c @@ -724,7 +724,7 @@ L_Again: /* Restart with sublist, old listend was pushed on stack */ hp = HAlloc(p, 2); obj = CDR(objp); ioterm = CONS(hp, rest_term, obj); - //(*left) = 0; + /* (*left) = 0; */ goto done; } if (rest_term != NIL) { |