fix build error with Compaq C V6.3-025
authorAndy Wingo <wingo@pobox.com>
Wed, 9 Jun 2010 21:27:33 +0000 (23:27 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 9 Jun 2010 21:27:33 +0000 (23:27 +0200)
commit162125af16f638a55b7578a6d00a3728970069dd
treeb8d05cbb663f9a88f7429aee90b10789d38d5fcb
parentffd48603b03a104052beb19950941cbfc69f9193
fix build error with Compaq C V6.3-025

* libguile/hashtab.c: Re-arrange functions to avoid the need for
  pre-declaring character arrays with no length. Fixes compilation on
  Compaq C V6.3-025. Thanks to Jay Krell for the report.
libguile/hashtab.c