comparison 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
comparison
equal deleted inserted replaced
5894:acf8b96ca9c9 5895:b9c45e0cf685
30 30
31 #define OCTAVE_VALUE_INT_SCALAR_T octave_int8_scalar 31 #define OCTAVE_VALUE_INT_SCALAR_T octave_int8_scalar
32 #define OCTAVE_INT_T octave_int8 32 #define OCTAVE_INT_T octave_int8
33 #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION int8_scalar_value 33 #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION int8_scalar_value
34 34
35 #define OCTAVE_TYPE_PREDICATE_FUNCTION is_int8_type
36
35 #include "ov-intx.h" 37 #include "ov-intx.h"
36 38
37 #undef OCTAVE_VALUE_INT_MATRIX_T 39 #undef OCTAVE_VALUE_INT_MATRIX_T
38 #undef OCTAVE_INT_NDARRAY_T 40 #undef OCTAVE_INT_NDARRAY_T
39 #undef OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION 41 #undef OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION
40 42
41 #undef OCTAVE_VALUE_INT_SCALAR_T 43 #undef OCTAVE_VALUE_INT_SCALAR_T
42 #undef OCTAVE_INT_T 44 #undef OCTAVE_INT_T
43 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION 45 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION
44 46
47 #undef OCTAVE_TYPE_PREDICATE_FUNCTION
48
45 #endif 49 #endif
46 50
47 /* 51 /*
48 ;;; Local Variables: *** 52 ;;; Local Variables: ***
49 ;;; mode: C++ *** 53 ;;; mode: C++ ***