Rewrite SmallStack to be reentrant and not to require a pool
commitae974c36371f0b16e45a9a0f6ea676c406247856
authorfonsinchen <fonsinchen@openttd.org>
Sun, 16 Feb 2014 16:25:18 +0000 (16 16:25 +0000)
committercirdan <cirdansw@gmail.com>
Sat, 1 Mar 2014 15:16:27 +0000 (1 16:16 +0100)
tree8ad342b860fc76b96dd3b24a401eb77197ef9e6f
parentc4ada0d7ac381cba0d6dc643c775a42155ea0218
Rewrite SmallStack to be reentrant and not to require a pool

(openttd r26343) -Fix: Rewrite SmallStack so that it doesn't use
a pool and is reentrant.
src/core/smallstack_type.hpp
src/station.cpp