Simplify gcloop.c's tospace_open.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 5 Nov 2009 03:39:38 +0000 (22:39 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 5 Nov 2009 03:39:38 +0000 (22:39 -0500)
commitd9a39924ae7154c0122c901f5ad5c453938fab44
treef91e708af50e153170c543b63e4db1f337bc251f
parentb42c51ecbdea10cb8a06ae5f77afae7a1afcf128
Simplify gcloop.c's tospace_open.

This need not have a conditional; it is called only when the
condition is true, to report the error.  This may not have been the
source, but Gerry observed GCC stumble into an internal compiler
error while compiling this procedure!
src/microcode/gcloop.c