summaryrefslogtreecommitdiff
path: root/libguile/read.h
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2004-02-20 22:04:24 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2004-02-20 22:04:24 +0000
commit1e55d28813c6dba90ea05ba3e7703eea191be691 (patch)
treed78993792d173ca328653df4a8b5fc55cbfd008d /libguile/read.h
parenteb741d98e2f898974923cb0c1b3c8b1913878cd2 (diff)
downloadguile-1e55d28813c6dba90ea05ba3e7703eea191be691.tar.gz
* list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around
validation. * read.c (scm_lreadparen): Removed. (scm_lreadparen1): Renamed scm_i_lreadparen.
Diffstat (limited to 'libguile/read.h')
-rw-r--r--libguile/read.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/read.h b/libguile/read.h
index 2f7251492..70f6521eb 100644
--- a/libguile/read.h
+++ b/libguile/read.h
@@ -70,7 +70,6 @@ SCM_API int scm_flush_ws (SCM port, const char *eoferr);
SCM_API int scm_casei_streq (char * s1, char * s2);
SCM_API SCM scm_lreadr (SCM * tok_buf, SCM port, SCM *copy);
SCM_API size_t scm_read_token (int ic, SCM * tok_buf, SCM port, int weird);
-SCM_API SCM scm_lreadparen (SCM * tok_buf, SCM port, char *name, SCM *copy);
SCM_API SCM scm_lreadrecparen (SCM * tok_buf, SCM port, char *name, SCM *copy);
SCM_API SCM scm_read_hash_extend (SCM chr, SCM proc);
SCM_API void scm_init_read (void);