mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* modules.h (scm_selected_module, scm_current_module): Renamed
scm_selected_module to scm_current_module to synchronize Scheme and C names. (scm_select_module, scm_set_current_module): Likewise. Changed all uses.
This commit is contained in:
parent
fdfe6305a5
commit
aa767bc58f
7 changed files with 21 additions and 21 deletions
|
@ -125,7 +125,7 @@ extern SCM scm_eval_options_interface (SCM setting);
|
|||
/*fixme* This should probably be removed throught the code. */
|
||||
|
||||
#define SCM_TOP_LEVEL_LOOKUP_CLOSURE \
|
||||
SCM_MODULE_EVAL_CLOSURE (scm_selected_module ())
|
||||
SCM_MODULE_EVAL_CLOSURE (scm_current_module ())
|
||||
|
||||
#if SCM_DEBUG_DEPRECATED == 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue