summaryrefslogtreecommitdiff
path: root/idlc/source/preproc/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/preproc/macro.c')
-rw-r--r--idlc/source/preproc/macro.c4
1 files changed, 0 insertions, 4 deletions
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)
{