changeset 1414:88ba3aed5697

[project @ 1995-09-15 10:05:06 by jwe]
author jwe
date Fri, 15 Sep 1995 10:05:06 +0000
parents b695ba29dc2d
children f18474c64e72
files src/sysdep.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.h	Fri Sep 15 10:01:22 1995 +0000
+++ b/src/sysdep.h	Fri Sep 15 10:05:06 1995 +0000
@@ -57,7 +57,7 @@
 extern floating_point_format native_float_format;
 
 // Nonzero if the machine we are running on is big-endian.
-extern int octave_words_bigendian;
+extern int octave_words_big_endian;
 
 #endif