diff options
author | 2012-09-16 05:24:30 +0000 | |
---|---|---|
committer | 2012-09-16 05:24:30 +0000 | |
commit | 1a301849034da9956b893453acce8e0f9168e150 (patch) | |
tree | a39f7a6c6b4c54b7993e58cd22ea6b6bd25f37cf /src/tools/unidasm.c | |
parent | 91f928d6cd774c9526c7fde7e0860aded24d08a5 (diff) |
Final round of struct/union/enum normalization.
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r-- | src/tools/unidasm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index 946e84a27fc..df9ec912e8f 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -40,7 +40,7 @@ #include "emu.h" #include <ctype.h> -enum _display_type +enum display_type { _8bit, _8bitx, @@ -59,7 +59,6 @@ enum _display_type _64be, _64le }; -typedef enum _display_type display_type; struct dasm_table_entry |