aboutsummaryrefslogtreecommitdiff
path: root/sim/common/cgen-types.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2000-11-16 03:21:48 +0000
committerBen Elliston <bje@au.ibm.com>2000-11-16 03:21:48 +0000
commit2d84da1b7c4772df9f333fd5df16796ca20bad11 (patch)
treeccc0ae99caf6a38e46dc3c9d69a976a73c00c10a /sim/common/cgen-types.h
parent8944fb9d12a1f5bd892579fa66657e1d6f4b0f0d (diff)
downloadgdb-2d84da1b7c4772df9f333fd5df16796ca20bad11.zip
gdb-2d84da1b7c4772df9f333fd5df16796ca20bad11.tar.gz
gdb-2d84da1b7c4772df9f333fd5df16796ca20bad11.tar.bz2
2000-11-16 Ben Elliston <bje@redhat.com>
* cgen-types.h (VOID): New type.
Diffstat (limited to 'sim/common/cgen-types.h')
-rw-r--r--sim/common/cgen-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/cgen-types.h b/sim/common/cgen-types.h
index 9848edf..dd85d4c 100644
--- a/sim/common/cgen-types.h
+++ b/sim/common/cgen-types.h
@@ -64,6 +64,7 @@ typedef enum mode_type {
extern const char *mode_names[];
#define MODE_NAME(m) (mode_names[m])
+typedef void VOID;
typedef unsigned char BI;
typedef signed8 QI;
typedef signed16 HI;