# HG changeset patch # User jwe # Date 811159282 0 # Node ID b695ba29dc2da7d65c04da8cde7cfea3cc47c5d5 # Parent 5db963ba9614cf8ed5aef31bb1feed36a8005ce0 [project @ 1995-09-15 10:01:22 by jwe] diff --git a/src/sysdep.h b/src/sysdep.h --- 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 /*