New file "ntprm.scm" has Win32 primitive interface, which is now
authorChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 02:57:38 +0000 (02:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 02:57:38 +0000 (02:57 +0000)
different from the DOS primitive interface.

v7/src/runtime/ed-ffi.scm

index 2fbf1d7f4e79c5e1bb9ab37b6293a427e7ff3a34..d6f0f9f21dd2005aa5fcafe4a13c7e439636dd9b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*- Scheme -*-
 
-$Id: ed-ffi.scm,v 1.13 1995/10/25 02:49:52 cph Exp $
+$Id: ed-ffi.scm,v 1.14 1995/10/28 02:57:38 cph Exp $
 
 Copyright (c) 1988-95 Massachusetts Institute of Technology
 
@@ -154,6 +154,8 @@ MIT in each case. |#
                syntax-table/system-internal)
     ("msort"   ()
                syntax-table/system-internal)
+    ("ntprm"   ()
+               syntax-table/system-internal)
     ("numint"  (runtime number interface)
                syntax-table/system-internal)
     ("numpar"  (runtime number-parser)