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:
e282569
)
Add SYTEM_VARIANT for AIX.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Mon, 8 Nov 1993 21:45:53 +0000
(21:45 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Mon, 8 Nov 1993 21:45:53 +0000
(21:45 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 5386108063ab3f6a51e875e12e7cbb7f79500273..0d9a15c5261750962052e235192225cd4fc066e9 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.5
4 1993/11/08 06:15:59
gjr Exp $
+$Id: ux.h,v 1.5
5 1993/11/08 21:45:53
gjr Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-146,6
+146,7
@@
extern int EXFUN (kill, (pid_t, int));
#ifdef _AIX
#define UNION_WAIT_STATUS
+#define SYSTEM_VARIANT "AIX"
#endif /* _AIX */
#else /* not _POSIX */