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:
b7227a5
)
Remove spurious comma that was legal but had the completely wrong
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 15 Sep 1993 01:05:28 +0000
(
01:05
+0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 15 Sep 1993 01:05:28 +0000
(
01:05
+0000)
effect!
v7/src/microcode/utils.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/utils.c
b/v7/src/microcode/utils.c
index 1dda4e846db5d20759de3f78cb461bf85487b595..942aa4a1f8a81a00f9b9913cdd89e782be213ef8 100644
(file)
--- a/
v7/src/microcode/utils.c
+++ b/
v7/src/microcode/utils.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: utils.c,v 9.6
3 1993/08/23 04:47:15
gjr Exp $
+$Id: utils.c,v 9.6
4 1993/09/15 01:05:28
gjr Exp $
Copyright (c) 1987-1993 Massachusetts Institute of Technology
@@
-386,7
+386,7
@@
void
DEFUN (error_system_call, (code, name),
int code AND enum syscall_names name)
{
- error_in_system_call ((OS_error_code_to_syserr
,
(code)),
+ error_in_system_call ((OS_error_code_to_syserr (code)),
name);
/*NOTREACHED*/
}