* *.c: Finish replacing K&R style prototypes with ANSI C
[bpt/guile.git] / libguile / evalext.c
index 0831c65..d95d949 100644 (file)
@@ -120,8 +120,7 @@ GUILE_PROC (scm_definedp, "defined?", 1, 1, 0,
 SCM_SYNTAX (s_undefine, "undefine", scm_makacro, scm_m_undefine);
 
 SCM
-scm_m_undefine (x, env)
-     SCM x, env;
+scm_m_undefine (SCM x, SCM env)
 {
   SCM arg1 = x;
   x = SCM_CDR (x);