summaryrefslogtreecommitdiff
path: root/libguile/tags.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-01-05 16:31:12 +0100
committerAndy Wingo <wingo@pobox.com>2010-01-05 16:31:12 +0100
commit9c246c03838c1cc844d15a7c4817029df1994e96 (patch)
treeae8b135ea96c567956c91d1c2b8b497006211acf /libguile/tags.h
parent9fdf9fd3ea7130fd85eaf0a333a965ac4d2b07c3 (diff)
downloadguile-9c246c03838c1cc844d15a7c4817029df1994e96.tar.gz
remove unused snarf macros
* libguile/snarf.h (SCM_DEFINE1, SCM_PRIMITIVE_GENERIC_1, SCM_PROC1) (SCM_GPROC1): Remove, as these deal in the removed typed subr constructors. * libguile/tags.h (scm_tcs_subrs): Remove this. Use scm_tc7_gsubr instead, though hopefully that will go too, soon.
Diffstat (limited to 'libguile/tags.h')
-rw-r--r--libguile/tags.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libguile/tags.h b/libguile/tags.h
index d2e66e330..a8ecf0f4f 100644
--- a/libguile/tags.h
+++ b/libguile/tags.h
@@ -648,11 +648,6 @@ enum scm_tc8_tags
case scm_tc3_struct + 112:\
case scm_tc3_struct + 120
-/* For subrs
- */
-#define scm_tcs_subrs \
- case scm_tc7_gsubr
-
#if (SCM_ENABLE_DEPRECATED == 1)