Make variables related to the subr table size private and unsigned.
authorLudovic Courtès <ludo@gnu.org>
Sun, 18 Jan 2009 11:44:15 +0000 (12:44 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 18 Jan 2009 11:44:15 +0000 (12:44 +0100)
commitf48393a99b4886e6005baad9d25d8fefe6cefecc
tree607026a6c559263ac3ada09c337f24ed90f6fd8c
parent81ba12d74d03e3aa9398efb2949346ab1710469a
Make variables related to the subr table size private and unsigned.

* libguile/procs.c (scm_subr_table_size, scm_subr_table_room): Made
  `static' and `unsigned'.
  (scm_c_make_subr)[entry]: Made `unsigned'.

* libguile/procs.h (scm_subr_table_size, scm_subr_table_room): Remove
  declarations.
libguile/procs.c
libguile/procs.h