4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

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

This commit is contained in:
Aldy Hernandez 2004-05-08 17:13:38 +00:00
parent ac3003157b
commit b5793c5c8c

View File

@ -15,5 +15,6 @@
#else
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif
#endif /* __MACHINE_ENDIAN_H__ */