mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2000-11-16 Ben Elliston <bje@redhat.com>
* cgen-types.h (VOID): New type.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user