mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* * load.c, load.h (scm_read_and_eval_x): New function.
This commit is contained in:
parent
b35d06a4bb
commit
19a18b54db
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ extern SCM scm_sys_package_data_dir SCM_P ((void));
|
||||||
extern SCM scm_sys_search_load_path SCM_P ((SCM filename));
|
extern SCM scm_sys_search_load_path SCM_P ((SCM filename));
|
||||||
extern SCM scm_primitive_load_path SCM_P ((SCM filename, SCM casep,
|
extern SCM scm_primitive_load_path SCM_P ((SCM filename, SCM casep,
|
||||||
SCM sharp));
|
SCM sharp));
|
||||||
|
extern SCM scm_read_and_eval_x SCM_P ((SCM port,
|
||||||
|
SCM case_insensitive_p,
|
||||||
|
SCM sharp));
|
||||||
extern void scm_init_load SCM_P ((void));
|
extern void scm_init_load SCM_P ((void));
|
||||||
|
|
||||||
#endif /* LOADH */
|
#endif /* LOADH */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue