comparison src/ov-uint32.h @ 5105:e35b034d3523

[project @ 2004-12-28 03:36:13 by jwe]
author jwe
date Tue, 28 Dec 2004 03:36:14 +0000
parents 71229573b6bf
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5104:b77227b1d8a8 5105:e35b034d3523
20 20
21 */ 21 */
22 22
23 #if !defined (octave_uint32_h) 23 #if !defined (octave_uint32_h)
24 #define octave_uint32_h 1 24 #define octave_uint32_h 1
25
26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface
28 #endif
29 25
30 #define OCTAVE_VALUE_INT_MATRIX_T octave_uint32_matrix 26 #define OCTAVE_VALUE_INT_MATRIX_T octave_uint32_matrix
31 #define OCTAVE_INT_NDARRAY_T uint32NDArray 27 #define OCTAVE_INT_NDARRAY_T uint32NDArray
32 #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint32_array_value 28 #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint32_array_value
33 29