summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r--libguile/__scm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h
index 7e2f8f623..960b92819 100644
--- a/libguile/__scm.h
+++ b/libguile/__scm.h
@@ -122,18 +122,6 @@ typedef unsigned long long ulong_long;
#endif /* HAVE_LONG_LONGS */
-/* Write prototype declarations like this:
- int foo SCM_P ((int a, int b));
- At definitions, use K&R style declarations, but make sure there's a
- declarative prototype (as above) in scope. This will give you
- argument type checking, when available, and be harmless otherwise. */
-#ifdef __STDC__
-# define SCM_P(x) x
-#else
-# define SCM_P(x) ()
-#endif
-
-
/* Define
*