mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
See ChangeLog from 2005-03-02.
This commit is contained in:
parent
cb1cfc42a4
commit
9de87eea47
67 changed files with 3044 additions and 2606 deletions
|
@ -102,7 +102,7 @@ SCM
|
|||
scm_make_srcprops (long line, int col, SCM filename, SCM copy, SCM plist)
|
||||
{
|
||||
register scm_t_srcprops *ptr;
|
||||
SCM_DEFER_INTS;
|
||||
SCM_CRITICAL_SECTION_START;
|
||||
if ((ptr = srcprops_freelist) != NULL)
|
||||
srcprops_freelist = *(scm_t_srcprops **)ptr;
|
||||
else
|
||||
|
@ -128,7 +128,7 @@ scm_make_srcprops (long line, int col, SCM filename, SCM copy, SCM plist)
|
|||
ptr->fname = filename;
|
||||
ptr->copy = copy;
|
||||
ptr->plist = plist;
|
||||
SCM_ALLOW_INTS;
|
||||
SCM_CRITICAL_SECTION_END;
|
||||
SCM_RETURN_NEWSMOB (scm_tc16_srcprops, ptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue