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:
e28f14c
)
Missing arg list.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 7 Jul 1993 05:46:49 +0000
(
05:46
+0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 7 Jul 1993 05:46:49 +0000
(
05:46
+0000)
v7/src/microcode/dosenv.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/dosenv.c
b/v7/src/microcode/dosenv.c
index e76d02abfea3360a174d3a41fe2d015d34b723f9..3d92274f31c7aa36ef4bcbe732982db30cb63fdf 100644
(file)
--- a/
v7/src/microcode/dosenv.c
+++ b/
v7/src/microcode/dosenv.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: dosenv.c,v 1.
4 1993/07/01 22:29:56 cph
Exp $
+$Id: dosenv.c,v 1.
5 1993/07/07 05:46:49 gjr
Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
@@
-99,7
+99,7
@@
double
DEFUN_VOID (OS_process_clock)
{
/* This must not signal an error in normal use. */
- return (OS_real_time_clock);
+ return (OS_real_time_clock
()
);
}
\f
/* Timer adjustments */