Disable inlining on old compilers.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 21 Mar 2010 00:21:13 +0000 (20:21 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 21 Mar 2010 00:42:12 +0000 (20:42 -0400)
commitd705e5accd1de84c46c60d1f872e12a5374e8082
tree9d10721c33765cd362b5314544215c6bfdf620c5
parentbca0736f5a6df16d0d98a877d695d406a9be88b7
Disable inlining on old compilers.

If the compiler can't restrict inlining by stack usage, then disable
inlining in 16bit mode.  Otherwise, old compilers produce code that
uses too much stack space.
Makefile
src/resume.c