summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/include/itronsys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/itron/include/itronsys/types.h')
-rw-r--r--c/src/exec/itron/include/itronsys/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/exec/itron/include/itronsys/types.h b/c/src/exec/itron/include/itronsys/types.h
index c9dc8db40e..80cb31f3b8 100644
--- a/c/src/exec/itron/include/itronsys/types.h
+++ b/c/src/exec/itron/include/itronsys/types.h
@@ -19,14 +19,12 @@ extern "C" {
* off the shell programs including paranoia.
*/
-#if 0
typedef signed8 B; /* signed 8-bit integer */
typedef signed16 H; /* signed 16-bit integer */
typedef signed32 W; /* signed 32-bit integer */
typedef unsigned8 UB; /* unsigned 8-bit integer */
typedef unsigned16 UH; /* unsigned 16-bit integer */
typedef unsigned32 UW; /* unsigned 32-bit integer */
-#endif
typedef unsigned32 VW; /* unpredictable data type (32-bit size) */
typedef unsigned16 VH; /* unpredictable data type (16-bit size) */