/* -*-C-*-
-$Id: boot.c,v 9.89 1994/10/04 22:01:13 cph Exp $
+$Id: boot.c,v 9.90 1994/10/04 22:02:19 cph Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
NT_initialize_fov (fixed_objects_vector);
}
#endif /* WINNT */
-
- return (fixed_objects_vector);
}
\f
/* Boot Scheme */
;;; -*-Scheme-*-
;;;
-;;; $Id: utabmd.scm,v 9.75 1994/10/04 21:08:02 cph Exp $
+;;; $Id: utabmd.scm,v 9.76 1994/10/04 22:05:53 cph Exp $
;;;
;;; Copyright (c) 1987-1994 Massachusetts Institute of Technology
;;;
\f
;;; [] System-call names
-(define-macro (ucode-primitive name)
- (make-primitive-procedure name))
+(define-macro (ucode-primitive . args)
+ (apply make-primitive-procedure args))
(vector-set! (get-fixed-objects-vector)
#x09 ;(fixed-objects-vector-slot 'SYSTEM-CALL-NAMES)
;;; This identification string is saved by the system.
-"$Id: utabmd.scm,v 9.75 1994/10/04 21:08:02 cph Exp $"
+"$Id: utabmd.scm,v 9.76 1994/10/04 22:05:53 cph Exp $"
/* -*-C-*-
-$Id: version.h,v 11.147 1993/12/07 20:35:21 gjr Exp $
+$Id: version.h,v 11.148 1994/10/04 22:02:52 cph Exp $
-Copyright (c) 1988-1993 Massachusetts Institute of Technology
+Copyright (c) 1988-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
/* Scheme system release version */
#ifndef RELEASE
-#define RELEASE "7.3.0 (beta)"
+#define RELEASE "7.4.0 (alpha)"
#endif
/* Microcode release version */
#define VERSION 11
#endif
#ifndef SUBVERSION
-#define SUBVERSION 147
+#define SUBVERSION 148
#endif
;;; -*-Scheme-*-
;;;
-;;; $Id: utabmd.scm,v 9.75 1994/10/04 21:08:02 cph Exp $
+;;; $Id: utabmd.scm,v 9.76 1994/10/04 22:05:53 cph Exp $
;;;
;;; Copyright (c) 1987-1994 Massachusetts Institute of Technology
;;;
\f
;;; [] System-call names
-(define-macro (ucode-primitive name)
- (make-primitive-procedure name))
+(define-macro (ucode-primitive . args)
+ (apply make-primitive-procedure args))
(vector-set! (get-fixed-objects-vector)
#x09 ;(fixed-objects-vector-slot 'SYSTEM-CALL-NAMES)
;;; This identification string is saved by the system.
-"$Id: utabmd.scm,v 9.75 1994/10/04 21:08:02 cph Exp $"
+"$Id: utabmd.scm,v 9.76 1994/10/04 22:05:53 cph Exp $"
/* -*-C-*-
-$Id: version.h,v 11.147 1993/12/07 20:35:21 gjr Exp $
+$Id: version.h,v 11.148 1994/10/04 22:02:52 cph Exp $
-Copyright (c) 1988-1993 Massachusetts Institute of Technology
+Copyright (c) 1988-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
/* Scheme system release version */
#ifndef RELEASE
-#define RELEASE "7.3.0 (beta)"
+#define RELEASE "7.4.0 (alpha)"
#endif
/* Microcode release version */
#define VERSION 11
#endif
#ifndef SUBVERSION
-#define SUBVERSION 147
+#define SUBVERSION 148
#endif