1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

(scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See the

big type renaming.
This commit is contained in:
Marius Vollmer 2001-06-25 00:55:36 +00:00
parent 5843e5c988
commit 7862b07e4b
2 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ extern SCM scm_sym_breakpoint;
extern SCM scm_t_srcpropso_plist (SCM obj);
extern SCM scm_srcprops_to_plist (SCM obj);
extern SCM scm_make_srcprops (long line, int col, SCM fname, SCM copy, SCM plist);
extern SCM scm_source_property (SCM obj, SCM key);
extern SCM scm_set_source_property_x (SCM obj, SCM key, SCM datum);