From fe6cce31a8316f817c0f2138a2b2a2f49388d387 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 3 Aug 1993 03:10:46 +0000 Subject: [PATCH] Remove warning from sf. --- v7/src/runtime/parse.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1