1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Added prototype.

This commit is contained in:
Keisuke Nishida 2000-12-16 18:27:40 +00:00
parent de42a0ee0f
commit 0c8549d8d8
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-12-16 Keisuke Nishida <kxn30@po.cwru.edu>
* symbols.h (scm_symbols_prehistory): Added prototype.
2000-12-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
* environments.[ch] (scm_system_environment): New variable, will

View file

@ -103,6 +103,7 @@ extern SCM scm_symbol_hash (SCM s);
extern SCM scm_builtin_bindings (void);
extern SCM scm_gensym (SCM prefix);
extern SCM scm_gentemp (SCM prefix, SCM obarray);
extern void scm_symbols_prehistory (void);
extern void scm_init_symbols (void);