992ae45169
a variety of platforms, is able to handle large, complex simulations, but is also reasonably easy for novices to operate. PR: ports/112577 Submitted by: Jason W. Bacon <bacon at smithers.neuro.mcw.edu>
17 lines
344 B
C
17 lines
344 B
C
--- Src/sysext.h.orig Tue Dec 9 13:13:53 2003
|
|
+++ Src/sysext.h Thu May 10 10:59:36 2007
|
|
@@ -3,10 +3,8 @@
|
|
#ifndef SYSEXT_H
|
|
#define SYSEXT_H
|
|
|
|
-/*
|
|
-#ifdef MACHINE_YOURMACHINE
|
|
- include headers or define macros as necessary
|
|
-#endif
|
|
-*/
|
|
+#if BYTE_ORDER == LITTLE_ENDIAN
|
|
+# define LITTLE_END
|
|
+#endif /* LITTLE_END */
|
|
|
|
#endif /* SYSEXT_H */
|