Masahiro Yamada 523ca58b7d kconfig: remove const qualifier from sym_expand_string_value()
This function returns realloc'ed memory, so the returned pointer
must be passed to free() when done.  So, 'const' qualifier is odd.
It is allowed to modify the expanded string.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-02-10 11:31:49 +09:00
..
2018-02-09 04:10:10 +09:00
2018-02-10 11:26:04 +09:00
2018-02-09 04:10:10 +09:00
2018-02-10 11:26:04 +09:00
2018-02-10 11:26:04 +09:00
2018-02-10 11:26:04 +09:00