mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
macros and SCM_DEFINE macros to match GNU coding standards.
This commit is contained in:
parent
cbaee92a8b
commit
3b3b36ddb7
61 changed files with 730 additions and 730 deletions
|
@ -335,7 +335,7 @@ cwdr (SCM proc, SCM a1, SCM args, SCM handler, SCM_STACKITEM *stack_start)
|
|||
stack_start);
|
||||
}
|
||||
|
||||
SCM_DEFINE(scm_call_with_dynamic_root, "call-with-dynamic-root", 2, 0, 0,
|
||||
SCM_DEFINE (scm_call_with_dynamic_root, "call-with-dynamic-root", 2, 0, 0,
|
||||
(SCM thunk, SCM handler),
|
||||
"Evaluate @var{(thunk)} in a new dynamic context, returning its value.
|
||||
|
||||
|
@ -386,7 +386,7 @@ be under a new dynamic root.)")
|
|||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
SCM_DEFINE(scm_dynamic_root, "dynamic-root", 0, 0, 0,
|
||||
SCM_DEFINE (scm_dynamic_root, "dynamic-root", 0, 0, 0,
|
||||
(),
|
||||
"Return an object representing the current dynamic root.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue