From 487c6bfc8320b2f8a13c57d3cb36ca6020211e98 Mon Sep 17 00:00:00 2001 From: James David Berry <jberry@apache.org> Date: Mon, 24 Jun 2002 21:55:44 +0000 Subject: [PATCH] Tweak to build with Codewarrior 8. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173891 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/util/Compilers/CodeWarriorDefs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xercesc/util/Compilers/CodeWarriorDefs.hpp b/src/xercesc/util/Compilers/CodeWarriorDefs.hpp index 73d62f090..e00fc0ad5 100644 --- a/src/xercesc/util/Compilers/CodeWarriorDefs.hpp +++ b/src/xercesc/util/Compilers/CodeWarriorDefs.hpp @@ -64,8 +64,8 @@ // --------------------------------------------------------------------------- // Include some runtime files that will be needed product wide // --------------------------------------------------------------------------- -#include <sys/types.h> // for size_t and ssize_t -#include <limits.h> // for MAX of size_t and ssize_t +//#include <sys/types.h> // for size_t and ssize_t +//#include <limits.h> // for MAX of size_t and ssize_t // --------------------------------------------------------------------------- -- GitLab