From 96578cc3eef17839bd7d8b404f02ccc72565e652 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 23 Dec 2008 22:50:50 -0800 Subject: [PATCH] Fix for Guile 1.8.6 * latest Guile forbids the call to scm_fill_input () Signed-off-by: Patrick McCarty --- lily/parse-scm.cc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/lily/parse-scm.cc b/lily/parse-scm.cc index f55be98..409ba88 100644 --- a/lily/parse-scm.cc +++ b/lily/parse-scm.cc @@ -38,9 +38,6 @@ internal_ly_parse_scm (Parse_start *ps) SCM answer = SCM_UNSPECIFIED; SCM form = scm_read (port); - /* Reset read_buf for scm_ftell. - Shouldn't scm_read () do this for us? */ - scm_fill_input (port); SCM to = scm_ftell (port); ps->nchars = scm_to_int (to) - scm_to_int (from); -- 1.6.1