Implement new primitive OS2-COPY-FILE.
authorChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 00:57:02 +0000 (00:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 00:57:02 +0000 (00:57 +0000)
v7/src/microcode/pros2fs.c

index a0b1d32f106272a68a866019a26f9bc264ee5c98..5bad64c954bd35f040119714bcf7db5021320488 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: pros2fs.c,v 1.8 1995/10/28 00:55:38 cph Exp $
+$Id: pros2fs.c,v 1.9 1995/10/28 00:57:02 cph Exp $
 
 Copyright (c) 1994-95 Massachusetts Institute of Technology
 
@@ -425,4 +425,5 @@ DEFINE_PRIMITIVE ("OS2-COPY-FILE", Prim_OS2_copy_file, 2, 2, 0)
 {
   PRIMITIVE_HEADER (2);
   STD_API_CALL (dos_copy, (STRING_ARG (1)), (STRING_ARG (2)), DCPY_EXISTING)
+  PRIMITIVE_RETURN (UNSPECIFIC);
 }