mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Add `SCM_INTERNAL' macro, use it.
This commit is contained in:
parent
0d185db93e
commit
f0c64044d3
92 changed files with 369 additions and 334 deletions
|
@ -107,8 +107,8 @@ SCM_API SCM scm_env_module (SCM env);
|
|||
SCM_API SCM scm_top_level_env (SCM thunk);
|
||||
SCM_API SCM scm_system_module_env_p (SCM env);
|
||||
|
||||
SCM_API void scm_modules_prehistory (void);
|
||||
SCM_API void scm_init_modules (void);
|
||||
SCM_INTERNAL void scm_modules_prehistory (void);
|
||||
SCM_INTERNAL void scm_init_modules (void);
|
||||
|
||||
#endif /* SCM_MODULES_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue