From 35e1b53c7e6176315257cae9434ec4364262282c Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Sat, 16 Apr 2011 09:08:29 +0200 Subject: Remove OS/2 support. --- idlc/source/preproc/include.c | 4 ---- idlc/source/preproc/macro.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'idlc/source/preproc') diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c index e00156b13bcb..87c879afa9e4 100644 --- a/idlc/source/preproc/include.c +++ b/idlc/source/preproc/include.c @@ -47,11 +47,7 @@ Wraplist wraplist[NINCLUDE]; void doinclude(Tokenrow * trp, int depth, int import) { -#ifdef OS2 - char fname[_MAX_PATH], iname[_MAX_PATH]; -#else char fname[PATH_MAX], iname[PATH_MAX]; -#endif Includelist *ip; int angled, len, fd, i; diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c index e30459958564..5258fa23b2a1 100644 --- a/idlc/source/preproc/macro.c +++ b/idlc/source/preproc/macro.c @@ -47,11 +47,7 @@ void Nlist *np; Source *s; Tokenrow *def, *args; -#ifdef OS2 - static uchar location[(_MAX_PATH + 8) * NINC], *cp; -#else static uchar location[(PATH_MAX + 8) * NINC], *cp; -#endif tp = trp->tp + 1; if (tp >= trp->lp || tp->type != NAME) { -- cgit