replace "scm_*_t" with "scm_t_*".
[bpt/guile.git] / libguile / rw.c
index d41767c..ec76881 100644 (file)
@@ -233,7 +233,7 @@ SCM_DEFINE (scm_write_string_partial, "write-string/partial", 1, 3, 0,
   else
     {
       SCM port = SCM_UNBNDP (port_or_fdes) ? scm_cur_outp : port_or_fdes;
-      scm_port_t *pt;
+      scm_t_port *pt;
       off_t space;
 
       SCM_VALIDATE_OPFPORT (2, port);