From: Guillermo J. Rozas Date: Tue, 3 Aug 1993 03:10:46 +0000 (+0000) Subject: Remove warning from sf. X-Git-Tag: 20090517-FFI~8141 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fe6cce31a8316f817c0f2138a2b2a2f49388d387;p=mit-scheme.git Remove warning from sf. --- diff --git a/v7/src/runtime/parse.scm b/v7/src/runtime/parse.scm index b6b6dd552..173217ae6 100644 --- a/v7/src/runtime/parse.scm +++ b/v7/src/runtime/parse.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: parse.scm,v 14.20 1993/08/02 21:12:17 gjr Exp $ +$Id: parse.scm,v 14.21 1993/08/03 03:10:46 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -303,6 +303,7 @@ MIT in each case. |# object) (define (parser-current-position/default offset) + offset ; fnord false) ;; Do not integrate this!!! -- GJR