diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 01:10:28 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 01:14:06 +0100 |
commit | 274fe375264e1767a8dcaea06eaa5d6735e32e37 (patch) | |
tree | 55a799daf18cd9dff760ddaefcd6c1d413c8c26f /INSTALL | |
parent | 735b4c4b743a774c5d53ab6a8e10f0f8308a925b (diff) | |
download | sciteco-274fe375264e1767a8dcaea06eaa5d6735e32e37.tar.gz |
rewritten CHR2STR() using compound statement
* fixes compilation on g++ 4.7 where compound literals are suddenly
temporaries (from which you cannot get a pointer)
* the compound statement (also GCC extension) should ensure that
the string is allocated on the stack with automatic lifetime
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions