Add missing special invocations.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 28 Oct 1993 05:00:04 +0000 (05:00 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 28 Oct 1993 05:00:04 +0000 (05:00 +0000)
v7/src/compiler/machines/C/rules3.scm

index b896a1733cacebdb05e0825b6bfd217cf5a3f43b..311b12ac81f9aa0edec6d0332afa097e9deccaa2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.4 1993/10/28 02:56:17 gjr Exp $
+$Id: rules3.scm,v 1.5 1993/10/28 05:00:04 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -193,7 +193,9 @@ MIT in each case. |#
   (define-special-primitive-invocation -1+)
   (define-special-primitive-invocation zero?)
   (define-special-primitive-invocation positive?)
-  (define-special-primitive-invocation negative?))
+  (define-special-primitive-invocation negative?)
+  (define-special-primitive-invocation quotient)
+  (define-special-primitive-invocation remainder))
 \f
 ;;;; Invocation Prefixes