* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
[bpt/guile.git] / libguile / tag.h
index 7ee1ba4..9c4952b 100644 (file)
 
 
 \f
-#ifdef __STDC__
-extern SCM scm_tag (SCM x);
-extern void scm_init_tag (void);
 
-#else /* STDC */
-extern SCM scm_tag ();
-extern void scm_init_tag ();
+extern SCM scm_tag SCM_P ((SCM x));
+extern void scm_init_tag SCM_P ((void));
 
-#endif /* STDC */
 #endif  /* TAGH */