diff src/sysdep.h @ 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 2f85a175308f
line wrap: on
line diff
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -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