diff src/ov-uint64.h @ 5895:b9c45e0cf685

[project @ 2006-07-19 01:57:44 by jwe]
author jwe
date Wed, 19 Jul 2006 01:58:47 +0000
parents 4c8a2e4e0717
children c20eb7330d13
line wrap: on
line diff
--- a/src/ov-uint64.h	Sun Jul 16 22:15:44 2006 +0000
+++ b/src/ov-uint64.h	Wed Jul 19 01:58:47 2006 +0000
@@ -32,6 +32,8 @@
 #define OCTAVE_INT_T octave_uint64
 #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION uint64_scalar_value
 
+#define OCTAVE_TYPE_PREDICATE_FUNCTION is_uint64_type
+
 #include "ov-intx.h"
 
 #undef OCTAVE_VALUE_INT_MATRIX_T
@@ -42,6 +44,8 @@
 #undef OCTAVE_INT_T
 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION
 
+#undef OCTAVE_TYPE_PREDICATE_FUNCTION
+
 #endif
 
 /*