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:
0e3ad93
)
Flush copyright notice. Screw the compiler vendors.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 25 Oct 1995 02:30:37 +0000
(
02:30
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 25 Oct 1995 02:30:37 +0000
(
02:30
+0000)
v7/src/microcode/nttop.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/nttop.c
b/v7/src/microcode/nttop.c
index 2c59c117afe425bfe384588664175b489540adb1..c70afa385c81888e5337a5e2e081d64e2c67281e 100644
(file)
--- a/
v7/src/microcode/nttop.c
+++ b/
v7/src/microcode/nttop.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: nttop.c,v 1.1
5 1995/10/24 05:13:42
cph Exp $
+$Id: nttop.c,v 1.1
6 1995/10/25 02:30:37
cph Exp $
Copyright (c) 1993-95 Massachusetts Institute of Technology
@@
-98,10
+98,12
@@
DEFUN_VOID (OS_initialize)
void
DEFUN_VOID (OS_announcement)
{
+#if 0
/* To make our compiler vendors happy. */
outf_console
- ("Copyright (c) 1993-199
4
Massachusetts Institute of Technology\n");
+ ("Copyright (c) 1993-199
5
Massachusetts Institute of Technology\n");
outf_console ("\n");
+#endif
}
void