#| -*-Scheme-*-
-$Id: sf.sf,v 4.9 2001/08/15 03:06:05 cph Exp $
+$Id: sf.sf,v 4.10 2001/12/19 21:53:03 cph Exp $
Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
USA.
|#
-(fluid-let ((sf/default-syntax-table syntax-table/system-internal)
+(fluid-let ((sf/default-syntax-table (->environment '(RUNTIME)))
(sf/top-level-definitions
'(ACCESS?
ASSIGNMENT?
#| -*-Scheme-*-
-$Id: win32.sf,v 1.6 2001/12/19 21:52:41 cph Exp $
+$Id: win32.sf,v 1.7 2001/12/19 21:55:37 cph Exp $
Copyright (c) 1993-1999, 2001 Massachusetts Institute of Technology
("dib" "win_ffi")))
(sf-conditionally "ffimacro")
- (if (file-modification-time<? "ffimacro.bin" "ffimacro.com")
+ (if (not (file-modification-time<? "ffimacro.bin" "ffimacro.com"))
(cbf "ffimacro"))
(load "ffimacro")