Mercurial > hg > octave-lyh
diff src/ov-int8.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-int8.h +++ b/src/ov-int8.h @@ -32,6 +32,8 @@ #define OCTAVE_INT_T octave_int8 #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION int8_scalar_value +#define OCTAVE_TYPE_PREDICATE_FUNCTION is_int8_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 /*