Fix typo in last change.
authorChris Hanson <org/chris-hanson/cph>
Sun, 5 Dec 1993 06:35:45 +0000 (06:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 5 Dec 1993 06:35:45 +0000 (06:35 +0000)
v7/src/microcode/object.h
v8/src/microcode/object.h

index ed64cff649a6418dc0c0ec1a715cfc2562d1b780..d7814df5c5874e084b9d017b8a31e5d9ed1ccf95 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: object.h,v 9.44 1993/12/05 06:07:52 cph Exp $
+$Id: object.h,v 9.45 1993/12/05 06:35:45 cph Exp $
 
 Copyright (c) 1987-1993 Massachusetts Institute of Technology
 
@@ -469,7 +469,7 @@ extern SCHEME_OBJECT * memory_base;
 #define FLOATING_VECTOR_REF(vector, index)                             \
   (* (FLOATING_VECTOR_LOC ((vector), (index))))
 
-#define FLOATING_VECTOR_REF(vector, index, x)                          \
+#define FLOATING_VECTOR_SET(vector, index, x)                          \
   (* (FLOATING_VECTOR_LOC ((vector), (index)))) = ((double) (x))
 
 /* Numeric Type Conversions */
index ed64cff649a6418dc0c0ec1a715cfc2562d1b780..d7814df5c5874e084b9d017b8a31e5d9ed1ccf95 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: object.h,v 9.44 1993/12/05 06:07:52 cph Exp $
+$Id: object.h,v 9.45 1993/12/05 06:35:45 cph Exp $
 
 Copyright (c) 1987-1993 Massachusetts Institute of Technology
 
@@ -469,7 +469,7 @@ extern SCHEME_OBJECT * memory_base;
 #define FLOATING_VECTOR_REF(vector, index)                             \
   (* (FLOATING_VECTOR_LOC ((vector), (index))))
 
-#define FLOATING_VECTOR_REF(vector, index, x)                          \
+#define FLOATING_VECTOR_SET(vector, index, x)                          \
   (* (FLOATING_VECTOR_LOC ((vector), (index)))) = ((double) (x))
 
 /* Numeric Type Conversions */