summaryrefslogtreecommitdiff
path: root/libguile/read.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-07-22 16:30:13 +0000
committerLudovic Courtès <ludo@gnu.org>2007-07-22 16:30:13 +0000
commit7337d56d5714227865aeca2b40b6bd97cce296d2 (patch)
tree365758c1950adb377ed11c5fdab034bd6b792705 /libguile/read.h
parent24d6fae831ac3dff56fdf86b235b3d867b74f5f3 (diff)
downloadguile-7337d56d5714227865aeca2b40b6bd97cce296d2.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'libguile/read.h')
-rw-r--r--libguile/read.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/libguile/read.h b/libguile/read.h
index 9ff362603..128ba3d34 100644
--- a/libguile/read.h
+++ b/libguile/read.h
@@ -53,16 +53,12 @@ SCM_API SCM scm_sym_dot;
SCM_API SCM scm_read_options (SCM setting);
SCM_API SCM scm_read (SCM port);
-SCM_API char * scm_grow_tok_buf (SCM * tok_buf);
-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_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_i_input_error (const char *func, SCM port,
- const char *message, SCM arg);
+ const char *message, SCM arg)
+ SCM_NORETURN;
SCM_API void scm_init_read (void);