#| -*-Scheme-*-
-$Id: cgen.scm,v 4.11 2008/01/30 20:02:37 cph Exp $
+$Id: cgen.scm,v 4.12 2009/02/02 15:03:21 riastradh Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
;; Declarations which are not handled by SF but are known to be handled
;; by the compiler so SF ignores then silently.
'(
- IGNORE-REFERENCE-TRAPS
+ CONSTANT
IGNORE-ASSIGNMENT-TRAPS
- TYPE-CHECKS
+ IGNORE-REFERENCE-TRAPS
+ NO-RANGE-CHECKS
NO-TYPE-CHECKS
+ PURE-FUNCTION
RANGE-CHECKS
- NO-RANGE-CHECKS
+ SIDE-EFFECT-FREE
+ TYPE-CHECKS
+ USUAL-DEFINITION
+ UUO-LINK
))
(define (known-compiler-declaration? declaration)