X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fnsgmls%2FCodingSystem.C;h=b299164398454b60b7540c28ac341b91ad727b6a;hb=6478653e18940c8982db90d54befff9939bb188a;hp=ad7935a76b149d736cb3020faf0092c5348cae4d;hpb=e60d58be07c4f408f5988c855aec122c2c10786b;p=oweals%2Fcde.git diff --git a/cde/programs/nsgmls/CodingSystem.C b/cde/programs/nsgmls/CodingSystem.C index ad7935a7..b2991643 100644 --- a/cde/programs/nsgmls/CodingSystem.C +++ b/cde/programs/nsgmls/CodingSystem.C @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -33,7 +33,7 @@ #ifdef SP_SHORT_HEADERS #include #else -#if defined(linux) +#if defined(__linux__) || defined(CSRG_BASED) || defined(sun) #include #else #include @@ -82,7 +82,7 @@ String OutputCodingSystem::convertOut(const StringC &str) const encoder->output(copy.data(), copy.size(), &stream); delete encoder; char *s = stream.str(); -#if defined(linux) +#if defined(__linux__) || defined(CSRG_BASED) || defined(sun) String result(s, stream.pcount()); #else String result(s, stream.out_waiting());