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