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:
d75dd72
)
Fix cpp problem reported by birkholz.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 19 Nov 1993 21:27:41 +0000
(21:27 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 19 Nov 1993 21:27:41 +0000
(21:27 +0000)
v7/src/microcode/unxutl/ymkfile
patch
|
blob
|
history
diff --git
a/v7/src/microcode/unxutl/ymkfile
b/v7/src/microcode/unxutl/ymkfile
index cced5ed12d108c9e6165b28b08b7afd607d6491d..c752b2314938b675ead38a0be9bb6618ac790e83 100644
(file)
--- a/
v7/src/microcode/unxutl/ymkfile
+++ b/
v7/src/microcode/unxutl/ymkfile
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ymkfile,v 1.8
6 1993/11/13 03:20:15 gjr
Exp $
+$Id: ymkfile,v 1.8
7 1993/11/19 21:27:41 cph
Exp $
Copyright (c) 1989-1993 Massachusetts Institute of Technology
@@
-38,8
+38,12
@@
MIT in each case. */
#undef vax
#ifndef RUN
+#ifdef __STDC__
+#define RUN(program) ./##program
+#else
#define RUN(program) ./program
#endif
+#endif
#ifndef SOURCES_SYSTEM
#define SOURCES_SYSTEM