DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7261>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7261 Remove obsolete define in UnixWareDefs.hpp Summary: Remove obsolete define in UnixWareDefs.hpp Product: Xerces-C++ Version: 1.7.0 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Below is a small unified diff for removing an obsolete define in UnixWareDefs. The symbol "UNIXWARE" is not used anywere in the code, but likely to conflict with other defines when including the Xerces-C headers in other projects. --- xerces-c- src1_7_0/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp Fri Mar 8 09:45:30 2002 +++ ./UnixWareDefs.hpp Wed Mar 20 16:14:22 2002 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2000 The Apache Software Foundation. All rights + * Copyright (c) 1999-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -77,14 +77,9 @@ * 13-Nov-1999 */ - // --------------------------------------------------------------------------- // UnixWare runs in little endian mode // --------------------------------------------------------------------------- #define ENDIANMODE_LITTLE typedef void* FileHandle; - -#ifndef UNIXWARE -#define UNIXWARE - #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
