changeset 1413:b695ba29dc2d

[project @ 1995-09-15 10:01:22 by jwe]
author jwe
date Fri, 15 Sep 1995 10:01:22 +0000
parents 5db963ba9614
children 88ba3aed5697
files src/sysdep.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.h	Fri Sep 15 08:47:17 1995 +0000
+++ b/src/sysdep.h	Fri Sep 15 10:01:22 1995 +0000
@@ -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
 
 /*