1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

Small adjustment to remove compiler warning message.

This commit is contained in:
Mikael Djurfeldt 1997-10-02 22:13:26 +00:00
parent ba031394ec
commit f44dd64b76

View file

@ -356,7 +356,7 @@ taloop:
name = scm_macro_name (exp);
if (!SCM_CLOSUREP (SCM_CDR (exp)))
{
code = 0;
code = env = 0;
scm_gen_puts (scm_regular_string, "#<primitive-",
port);
}