mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove prototype for scm_read_token, which does not exist.
* libguile/read.h: Remove prototype for scm_read_token.
This commit is contained in:
parent
495797ceb5
commit
b3a2259ce3
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ SCM_API SCM scm_sym_dot;
|
|||
|
||||
SCM_API SCM scm_read_options (SCM setting);
|
||||
SCM_API SCM scm_read (SCM port);
|
||||
SCM_API size_t scm_read_token (int ic, SCM * tok_buf, SCM port, int weird);
|
||||
SCM_API SCM scm_read_hash_extend (SCM chr, SCM proc);
|
||||
SCM_INTERNAL char *scm_i_scan_for_encoding (SCM port);
|
||||
SCM_API SCM scm_file_encoding (SCM port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue