changeset 4355:6fa0c2306ef6

[project @ 2003-02-22 00:37:10 by jwe]
author jwe
date Sat, 22 Feb 2003 00:37:10 +0000
parents dfd47756dda7
children b6ad3db48255
files src/ov.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ov.cc	Fri Feb 21 21:42:02 2003 +0000
+++ b/src/ov.cc	Sat Feb 22 00:37:10 2003 +0000
@@ -391,7 +391,7 @@
 }
 #endif
 
-#if defined (HAVE_UNSIGNEDLONG_LONG_INT)
+#if defined (HAVE_UNSIGNED_LONG_LONG_INT)
 octave_value::octave_value (unsigned long long int i)
   : rep (new octave_scalar (i))
 {