projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dba9c2
)
Remove warning from sf.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 3 Aug 1993 03:10:46 +0000
(
03:10
+0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 3 Aug 1993 03:10:46 +0000
(
03:10
+0000)
v7/src/runtime/parse.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/parse.scm
b/v7/src/runtime/parse.scm
index b6b6dd552c444df5036ec6a8935be28a11e254a5..173217ae60219da20fcbcaad108a705d020a7533 100644
(file)
--- a/
v7/src/runtime/parse.scm
+++ b/
v7/src/runtime/parse.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: parse.scm,v 14.2
0 1993/08/02 21:12:17
gjr Exp $
+$Id: parse.scm,v 14.2
1 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