]> granicus.if.org Git - nethack/commit
xlogfile tweak to avoid forcing ANSI C
authorPatR <rankin@nethack.org>
Thu, 19 Mar 2015 02:21:29 +0000 (19:21 -0700)
committerPatR <rankin@nethack.org>
Thu, 19 Mar 2015 02:21:29 +0000 (19:21 -0700)
commit4b0a1af482553c806cfb62d37cedad49c8066fea
tree24b476f247d51852835d70b7e7ba7ccf780d2f00
parentdebdf7ca48fc7b9c8b7b3698147d05312a605092
xlogfile tweak to avoid forcing ANSI C

Avoid the C89/C90 feature of implicit concatentation of string literals.
XLOG_SEP handling becomes clumsier but will work with pre-ANSI compilers.
src/topten.c