diff src/sysdep.h @ 1413:b695ba29dc2d

[project @ 1995-09-15 10:01:22 by jwe]
author jwe
date Fri, 15 Sep 1995 10:01:22 +0000
parents 611d403c7f3d
children 88ba3aed5697
line wrap: on
line diff
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -56,6 +56,9 @@
 // The floating point format on this system.
 extern floating_point_format native_float_format;
 
+// Nonzero if the machine we are running on is big-endian.
+extern int octave_words_bigendian;
+
 #endif
 
 /*