View Single Post
  #1 (permalink)  
Old 02-27-2003
rodrigc rodrigc is offline
Registered User
 
 
Join Date: Feb 2003
Location: Boston, MA, U.S.A.
Posts: 27
Minor i386 fixes

Hi,

Here is a patch for some minor i386 fixes.

include/Ice/Config.h:
- removed check for i386.
- it is unnecessary because the header files protected in that block are present
on all architectures

include/IceUtil/Config.h:
- moved check for i386 around SIZEOF_WCHAR_T
- defining HAVE_READLINE should not be determined whether i386 is defined
or not

You are mixing up two things:
- definition of a platform such as Linux or FreeBSD
- definition of an architecture, such as i386, sparc, etc.


Both Linux and FreeBSD are capable of running on multiple architectures.

Thanks.
Attached Files
File Type: txt patches-1.txt (1.0 KB, 240 views)
__________________
--
Craig Rodrigues
Reply With Quote