X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdthelp%2Fparser%2Fpass1%2Fhelptag%2Fhelp.c;h=c2d4717b0359b4479d1c03a726e0000ad331eb2a;hb=164e695cd027f712205c433f69c2a937f9e7397a;hp=81e57ff77ae11034674fcd93fa9519322c391726;hpb=3c1736f077015541ddaea673763607d35921c8bc;p=oweals%2Fcde.git diff --git a/cde/programs/dthelp/parser/pass1/helptag/help.c b/cde/programs/dthelp/parser/pass1/helptag/help.c index 81e57ff7..c2d4717b 100644 --- a/cde/programs/dthelp/parser/pass1/helptag/help.c +++ b/cde/programs/dthelp/parser/pass1/helptag/help.c @@ -357,7 +357,7 @@ char *qualname; char *unqualname; #endif { -#if defined(hpux) || defined(_AIX) || defined(sun) || defined(__osf__) || defined(linux) || defined(CSRG_BASED) +#if defined(hpux) || defined(_AIX) || defined(sun) || defined(linux) || defined(CSRG_BASED) FILE *f; #endif char fn[FNAMELEN]; @@ -381,7 +381,7 @@ else fnp = fn; -#if defined(hpux) || defined(_AIX) || defined(sun) || defined(__osf__) || defined(linux) || defined(CSRG_BASED) +#if defined(hpux) || defined(_AIX) || defined(sun) || defined(linux) || defined(CSRG_BASED) qualname[0] = '\0'; gp = qualname + strlen(qualname); roomleft = roomleft - strlen(qualname); @@ -495,7 +495,7 @@ do { while (1); *strrchr(qualname, CSEP) = '\0'; -#if defined(hpux) || defined(_AIX) || defined(sun) || defined(__osf__) || defined(linux) || defined(CSRG_BASED) +#if defined(hpux) || defined(_AIX) || defined(sun) || defined(linux) || defined(CSRG_BASED) #else strupr ( qualname ); #endif