diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-16 09:08:29 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:59:48 +0200 |
commit | 35e1b53c7e6176315257cae9434ec4364262282c (patch) | |
tree | 32c349e5d26d2e4475af8ae260bdc29ca4dd17f3 /idlc/source/preproc | |
parent | be6061a954b5f55b20d0e58aa12b425b6505f56e (diff) |
Remove OS/2 support.
Diffstat (limited to 'idlc/source/preproc')
-rw-r--r-- | idlc/source/preproc/include.c | 4 | ||||
-rw-r--r-- | idlc/source/preproc/macro.c | 4 |
2 files changed, 0 insertions, 8 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; 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) { |