mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
* evalext.c (serial-map): Removed deprected alias for scm_map.
(Has been replaced by `map-in-order'.)
This commit is contained in:
parent
7936675f52
commit
6b29d2ff00
1 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1998, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -149,13 +149,6 @@ scm_m_undefine (SCM x, SCM env)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
|
||||||
|
|
||||||
/* This name is obsolete. Will be removed in 1.5. */
|
|
||||||
SCM_REGISTER_PROC (s_serial_map, "serial-map", 2, 0, 1, scm_map);
|
|
||||||
|
|
||||||
#endif /* SCM_DEBUG_DEPRECATED == 0 */
|
|
||||||
|
|
||||||
SCM_REGISTER_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
|
SCM_REGISTER_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue