diff options
Diffstat (limited to 'libguile/read.c')
-rw-r--r-- | libguile/read.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/read.c b/libguile/read.c index 82011d526..1d6b8cbaa 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -214,9 +214,6 @@ scm_casei_streq (char *s1, char *s2) /* recsexpr is used when recording expressions * constructed by read:sharp. */ -#ifndef DEBUG_EXTENSIONS -#define recsexpr(obj, line, column, filename) (obj) -#else static SCM recsexpr (SCM obj, long line, int column, SCM filename) { @@ -262,7 +259,6 @@ recsexpr (SCM obj, long line, int column, SCM filename) return obj; } } -#endif /* Consume an SCSH-style block comment. Assume that we've already read the initial `#!', and eat characters until we get a |