From 70c19056b3517c0b9d2128bfdc7c4a7a87abb0c4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 6 Jan 1995 00:40:35 +0000 Subject: [PATCH] Add new files for OS/2 graphics. --- v7/src/runtime/ed-ffi.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/ed-ffi.scm b/v7/src/runtime/ed-ffi.scm index 386b4cbb8..09cc1cd8d 100644 --- a/v7/src/runtime/ed-ffi.scm +++ b/v7/src/runtime/ed-ffi.scm @@ -1,8 +1,8 @@ #| -*- Scheme -*- -$Id: ed-ffi.scm,v 1.9 1994/12/19 21:07:03 cph Exp $ +$Id: ed-ffi.scm,v 1.10 1995/01/06 00:40:35 cph Exp $ -Copyright (c) 1988-94 Massachusetts Institute of Technology +Copyright (c) 1988-95 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -152,8 +152,12 @@ MIT in each case. |# syntax-table/system-internal) ("os2dir" (runtime directory) syntax-table/system-internal) + ("os2graph" (runtime os2-graphics) + syntax-table/system-internal) ("os2prm" () syntax-table/system-internal) + ("os2winp" (runtime os2-window-primitives) + syntax-table/system-internal) ("output" (runtime output-port) syntax-table/system-internal) ("packag" (package) -- 2.25.1