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:
7389cee
)
Fix typo.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 15 Oct 1997 01:22:00 +0000
(
01:22
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 15 Oct 1997 01:22:00 +0000
(
01:22
+0000)
v7/src/microcode/char.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/char.c
b/v7/src/microcode/char.c
index 9c0da8d06149f1fc34e09ca761b612ef005824aa..ec31b30bf2489ade2056dd755b44a5500ba825ec 100644
(file)
--- a/
v7/src/microcode/char.c
+++ b/
v7/src/microcode/char.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: char.c,v 9.3
1 1997/10/15 01:17:07
adams Exp $
+$Id: char.c,v 9.3
2 1997/10/15 01:22:00
adams Exp $
Copyright (c) 1987-1991 Massachusetts Institute of Technology
@@
-59,7
+59,7
@@
DEFUN (arg_ascii_integer, (n), int n)
DEFINE_PRIMITIVE ("CHAR?", Prim_char_p, 1, 1, 0)
{
PRIMITIVE_HEADER (1);
- PRIMITIVE_RETURN (BOOLEAN_TO_OBJECT (CHARACTER_P (
arg_ref
(1))));
+ PRIMITIVE_RETURN (BOOLEAN_TO_OBJECT (CHARACTER_P (
ARG_REF
(1))));
}
DEFINE_PRIMITIVE ("MAKE-CHAR", Prim_make_char, 2, 2, 0)