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:
f929339
)
Added DOS 386/486 support.
author
Henry M. Wu
<edu/mit/csail/zurich/mhwu>
Thu, 27 Feb 1992 18:26:30 +0000
(18:26 +0000)
committer
Henry M. Wu
<edu/mit/csail/zurich/mhwu>
Thu, 27 Feb 1992 18:26:30 +0000
(18:26 +0000)
Removed redundant declaration for errno.
v7/src/microcode/flonum.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/flonum.c
b/v7/src/microcode/flonum.c
index b08921e188590ee4b1d1d4def662a24ba93bc713..00bdeb08af2635530005432d25dd2d9efd25ef8f 100644
(file)
--- a/
v7/src/microcode/flonum.c
+++ b/
v7/src/microcode/flonum.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/flonum.c,v 9.3
8 1992/01/20 16:10:51 jinx
Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/flonum.c,v 9.3
9 1992/02/27 18:26:30 mhwu
Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
@@
-38,7
+38,6
@@
MIT in each case. */
#include "prims.h"
#include "zones.h"
#include <errno.h>
-extern int errno;
double
DEFUN (arg_flonum, (arg_number), int arg_number)