mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 12:00:21 +02:00
Retire inclusion guard macro SCM_MAGIC_SNARFER.
This commit is contained in:
parent
f547334d00
commit
79401766de
81 changed files with 0 additions and 162 deletions
|
@ -954,9 +954,7 @@ SCM_DEFINE (scm_sort_list, "sort-list", 2, 0, 0,
|
|||
void
|
||||
scm_init_sort ()
|
||||
{
|
||||
#ifndef SCM_MAGIC_SNARFER
|
||||
#include "libguile/sort.x"
|
||||
#endif
|
||||
|
||||
scm_add_feature ("sort");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue