diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-19 13:28:36 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-19 13:28:36 -0800 |
commit | 02702c20e70da35ea8a842bc79c8eaec66db0e6c (patch) | |
tree | 9528c6493e4fb95efea6922d979199539a37d47f | |
parent | b4e217761e6a2bb7111290d77baf7f44d256351a (diff) |
unifdef sequent
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/XpmI.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -52,10 +52,6 @@ #include <stdio.h> #include <stdlib.h> #include <limits.h> -/* stdio.h doesn't declare popen on a Sequent DYNIX OS */ -#ifdef sequent -extern FILE *popen(); -#endif #ifdef FOR_MSW #include "simx.h" |