]> granicus.if.org Git - nethack/commit
revisit variable arguments in new lev_comp
authorPatR <rankin@nethack.org>
Fri, 10 Apr 2015 08:39:55 +0000 (01:39 -0700)
committerPatR <rankin@nethack.org>
Fri, 10 Apr 2015 08:39:55 +0000 (01:39 -0700)
commit71d7eff0a711410616de53b1b1e40b9d42bc4880
tree64982b6a1bc2c92ec85811bf6e806b691756ff9e
parentf5230557460dda49e5b3300525562b65715cf2f8
revisit variable arguments in new lev_comp

The previous USE_OLDARGS worked with gcc on Intel, but was inherently
unsafe.  This method is completely safe, just obnoxiously intrusive.
It you disliked debugpline*(), you're bound to hate this....
include/sp_lev.h
include/tradstdc.h
util/lev_comp.y
util/lev_main.c