mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
* Removed deprecated hook names.
* Fix use of SCM_FLOBUFLEN.
This commit is contained in:
parent
7cfbc4f7b0
commit
56e55ac7cf
7 changed files with 39 additions and 58 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995,1996,1997,1998,1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -508,7 +508,7 @@ scm_init_guile_1 (SCM_STACKITEM *base)
|
|||
scm_init_deprecation (); /* Requires hashtabs */
|
||||
scm_init_objprop ();
|
||||
scm_init_properties ();
|
||||
scm_init_hooks (); /* Requires objprop until hook names are removed */
|
||||
scm_init_hooks (); /* Requires smob_prehistory */
|
||||
scm_init_gc (); /* Requires hooks, async */
|
||||
#ifdef GUILE_ISELECT
|
||||
scm_init_iselect ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue