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

replace "scm_*_t" with "scm_t_*".

This commit is contained in:
Marius Vollmer 2001-06-14 19:50:43 +00:00
parent 51fa276692
commit 92c2555f69
91 changed files with 718 additions and 718 deletions

View file

@ -189,7 +189,7 @@ start_stack (void *base)
/* Create an object to hold the root continuation.
*/
{
scm_contregs_t *contregs = scm_must_malloc (sizeof (scm_contregs_t),
scm_t_contregs *contregs = scm_must_malloc (sizeof (scm_t_contregs),
"continuation");
contregs->num_stack_items = 0;
contregs->seq = 0;