scm_wta_* procedures replace SCM_WTA_* macros
[bpt/guile.git] / libguile / print.c
index 4afd12c..31e17f1 100644 (file)
@@ -529,7 +529,7 @@ iprin1 (SCM exp, SCM port, scm_print_state *pstate)
                  goto print_struct;
                pwps = scm_i_port_with_print_state (port, pstate->handle);
                pstate->revealed = 1;
-               scm_call_generic_2 (print, exp, pwps);
+               scm_call_2 (print, exp, pwps);
              }
            else
              {