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:
parent
5843e5c988
commit
7862b07e4b
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue