This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: fix endian.h typo


Committed as obvious.  This fixes a powerpc-eabi build failure.

Cheers.

	* libc/include/machine/endian.h: Add missing endif.

Index: libc/include/machine/endian.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/machine/endian.h,v
retrieving revision 1.1
diff -c -p -r1.1 endian.h
*** libc/include/machine/endian.h	7 May 2004 20:29:23 -0000	1.1
--- libc/include/machine/endian.h	8 May 2004 17:11:23 -0000
***************
*** 15,19 ****
--- 15,20 ----
  #else
  #define BYTE_ORDER BIG_ENDIAN
  #endif
+ #endif
  
  #endif /* __MACHINE_ENDIAN_H__ */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]