* symbols.h (scm_gentemp): Declared.

This commit is contained in:
Mikael Djurfeldt 2000-09-12 05:44:12 +00:00
commit 5382d876c8

View file

@ -144,7 +144,8 @@ extern SCM scm_symbol_pset_x (SCM s, SCM val);
extern SCM scm_symbol_hash (SCM s);
extern SCM scm_builtin_bindings (void);
extern SCM scm_builtin_weak_bindings (void);
extern SCM scm_gensym (SCM name, SCM obarray);
extern SCM scm_gensym (SCM prefix);
extern SCM scm_gentemp (SCM prefix, SCM obarray);
extern void scm_init_symbols (void);
#endif /* SYMBOLSH */