mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
fix compile errors with --disable-deprecated.
This commit is contained in:
parent
1ac61c2b50
commit
d0f6ceb84f
16 changed files with 18 additions and 87 deletions
|
@ -83,11 +83,8 @@ load_extension (SCM lib, SCM init)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined (DYNAMIC_LINKING)
|
||||
/* Dynamically link the library. */
|
||||
|
||||
scm_dynamic_call (init, scm_dynamic_link (lib));
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue