mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* eval.c: Mark #endif with comment.
This commit is contained in:
parent
289cd1a720
commit
39d275916b
1 changed files with 1 additions and 1 deletions
|
@ -2121,7 +2121,7 @@ unmemoize_future (const SCM expr, const SCM env)
|
|||
return scm_list_2 (scm_sym_future, unmemoize_expression (thunk_expr, env));
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* futures disabled. */
|
||||
|
||||
SCM_SYNTAX (s_gset_x, "set!", scm_i_makbimacro, scm_m_generalized_set_x);
|
||||
SCM_SYMBOL (scm_sym_setter, "setter");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue