mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
* modules.h (scm_standard_eval_closure): Declare.
This commit is contained in:
parent
152abe96e5
commit
a75c639c6c
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#ifndef MODULESH
|
#ifndef MODULESH
|
||||||
#define MODULESH
|
#define MODULESH
|
||||||
/* Copyright (C) 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1998, 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
|
||||||
|
@ -59,6 +59,7 @@ extern SCM scm_load_scheme_module (SCM name);
|
||||||
extern SCM scm_env_top_level (SCM env);
|
extern SCM scm_env_top_level (SCM env);
|
||||||
extern SCM scm_top_level_env (SCM thunk);
|
extern SCM scm_top_level_env (SCM thunk);
|
||||||
extern SCM scm_system_module_env_p (SCM env);
|
extern SCM scm_system_module_env_p (SCM env);
|
||||||
|
extern SCM scm_standard_eval_closure (SCM module);
|
||||||
extern void scm_init_modules (void);
|
extern void scm_init_modules (void);
|
||||||
extern void scm_post_boot_init_modules (void);
|
extern void scm_post_boot_init_modules (void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue