diff src/ov-uint32.h @ 9685:e793865ede63

implement builtin_type
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 02 Oct 2009 08:27:44 +0200
parents eb63fbe60fab
children cd96d29c5efa
line wrap: on
line diff
--- a/src/ov-uint32.h	Thu Oct 01 21:59:27 2009 +0200
+++ b/src/ov-uint32.h	Fri Oct 02 08:27:44 2009 +0200
@@ -35,6 +35,8 @@
 
 #define OCTAVE_INT_MX_CLASS mxUINT32_CLASS
 
+#define OCTAVE_INT_BTYP btyp_uint32
+
 #include "ov-intx.h"
 
 #undef OCTAVE_INT_T
@@ -49,6 +51,8 @@
 
 #undef OCTAVE_INT_MX_CLASS
 
+#undef OCTAVE_INT_BTYP
+
 #endif
 
 /*