projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e61ba5
)
Implement new primitive OS2-COPY-FILE.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Oct 1995 00:57:02 +0000
(
00:57
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Oct 1995 00:57:02 +0000
(
00:57
+0000)
v7/src/microcode/pros2fs.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/pros2fs.c
b/v7/src/microcode/pros2fs.c
index a0b1d32f106272a68a866019a26f9bc264ee5c98..5bad64c954bd35f040119714bcf7db5021320488 100644
(file)
--- a/
v7/src/microcode/pros2fs.c
+++ b/
v7/src/microcode/pros2fs.c
@@
-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);
}