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:
261be28
)
Add conditionalization that works with ANSI cpp when `unix' isn't
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 24 Sep 1992 01:30:06 +0000
(
01:30
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 24 Sep 1992 01:30:06 +0000
(
01:30
+0000)
defined.
v7/src/microcode/oscond.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/oscond.h
b/v7/src/microcode/oscond.h
index 038307fb8d867bcaf5678584b3aecc3f9acd3fd0..f9243ddce5384719cac530b3739ae3dbef0e7ca0 100644
(file)
--- a/
v7/src/microcode/oscond.h
+++ b/
v7/src/microcode/oscond.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$
Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.11 1992/07/30 15:04:07 jinx
Exp $
+$
Id: oscond.h,v 1.12 1992/09/24 01:30:06 cph
Exp $
Copyright (c) 1990-1992 Massachusetts Institute of Technology
@@
-163,6
+163,9
@@
MIT in each case. */
#if defined(_BSD) || defined(_SYSV) || defined(_PIXEL)
# define _UNIX
+# ifndef unix
+# define unix
+# endif
#else
# ifdef _DOS386
# define _DOS