diff src/ov-int8.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-int8.h
+++ b/src/ov-int8.h
@@ -35,6 +35,8 @@
 
 #define OCTAVE_INT_MX_CLASS mxINT8_CLASS
 
+#define OCTAVE_INT_BTYP btyp_int8
+
 #include "ov-intx.h"
 
 #undef OCTAVE_INT_T
@@ -49,6 +51,8 @@
 
 #undef OCTAVE_INT_MX_CLASS
 
+#undef OCTAVE_INT_BTYP
+
 #endif
 
 /*