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:
1cca70d
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 24 Aug 1991 02:10:15 +0000
(
02:10
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 24 Aug 1991 02:10:15 +0000
(
02:10
+0000)
v7/src/microcode/uxsig.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/uxsig.c
b/v7/src/microcode/uxsig.c
index fd62d1a64f83e9787c16981edcd8d557f00d2777..330f1ce02b0e332b4156b9c410a3e08820c28ffc 100644
(file)
--- a/
v7/src/microcode/uxsig.c
+++ b/
v7/src/microcode/uxsig.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxsig.c,v 1.1
3 1991/07/24 19:48:20 jinx
Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxsig.c,v 1.1
4 1991/08/24 02:10:15 cph
Exp $
Copyright (c) 1990-91 Massachusetts Institute of Technology
@@
-343,7
+343,7
@@
struct handler_record
{
int signo;
Tsignal_handler handler;
-}
+}
;
#define DEFUN_STD_HANDLER(name, statement) \
static Tsignal_handler_result \