Mercurial > hg > octave-nkf
comparison src/ov-int8.h @ 5900:c20eb7330d13
[project @ 2006-07-22 08:31:16 by jwe]
author | jwe |
---|---|
date | Sat, 22 Jul 2006 08:31:17 +0000 |
parents | b9c45e0cf685 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
5899:82c38ce145a7 | 5900:c20eb7330d13 |
---|---|
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 | 35 #define OCTAVE_TYPE_PREDICATE_FUNCTION is_int8_type |
36 | 36 |
37 #define OCTAVE_INT_MX_CLASS mxINT8_CLASS | |
38 | |
37 #include "ov-intx.h" | 39 #include "ov-intx.h" |
38 | 40 |
39 #undef OCTAVE_VALUE_INT_MATRIX_T | 41 #undef OCTAVE_VALUE_INT_MATRIX_T |
40 #undef OCTAVE_INT_NDARRAY_T | 42 #undef OCTAVE_INT_NDARRAY_T |
41 #undef OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION | 43 #undef OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION |
44 #undef OCTAVE_INT_T | 46 #undef OCTAVE_INT_T |
45 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION | 47 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION |
46 | 48 |
47 #undef OCTAVE_TYPE_PREDICATE_FUNCTION | 49 #undef OCTAVE_TYPE_PREDICATE_FUNCTION |
48 | 50 |
51 #undef OCTAVE_INT_MX_CLASS | |
52 | |
49 #endif | 53 #endif |
50 | 54 |
51 /* | 55 /* |
52 ;;; Local Variables: *** | 56 ;;; Local Variables: *** |
53 ;;; mode: C++ *** | 57 ;;; mode: C++ *** |
54 ;;; End: *** | 58 ;;; End: *** |
55 */ | 59 */ |
56 |