1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +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:
Mark H Weaver 2012-10-13 20:41:45 -04:00
parent 495797ceb5
commit b3a2259ce3

View file

@ -54,7 +54,6 @@ SCM_API SCM scm_sym_dot;
SCM_API SCM scm_read_options (SCM setting); SCM_API SCM scm_read_options (SCM setting);
SCM_API SCM scm_read (SCM port); 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_API SCM scm_read_hash_extend (SCM chr, SCM proc);
SCM_INTERNAL char *scm_i_scan_for_encoding (SCM port); SCM_INTERNAL char *scm_i_scan_for_encoding (SCM port);
SCM_API SCM scm_file_encoding (SCM port); SCM_API SCM scm_file_encoding (SCM port);