*** empty log message ***
[bpt/guile.git] / libguile / vports.h
index 17a50fa..27b14a3 100644 (file)
@@ -44,7 +44,7 @@
  */
 \f
 
-#include "__scm.h"
+#include "libguile/__scm.h"
 
 extern scm_ptobfuns scm_sfptob;
 
@@ -52,19 +52,8 @@ extern scm_ptobfuns scm_sfptob;
 
 
 \f
-#ifdef __STDC__
-extern SCM scm_make_soft_port (SCM pv, SCM modes);
-extern void scm_init_vports (void);
-
-#else /* STDC */
-extern SCM scm_make_soft_port ();
-extern void scm_init_vports ();
-
-#endif /* STDC */
-
-
-
-
 
+extern SCM scm_make_soft_port SCM_P ((SCM pv, SCM modes));
+extern void scm_init_vports SCM_P ((void));
 
 #endif  /* VPORTSH */