1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 15:00:21 +02:00

* evalext.c (serial-map): Removed deprected alias for scm_map.

(Has been replaced by `map-in-order'.)
This commit is contained in:
Mikael Djurfeldt 2000-06-12 11:59:06 +00:00
parent 7936675f52
commit 6b29d2ff00

View file

@ -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