aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/types.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-17 11:36:09 -0800
committerPaul Gilbert2019-11-17 14:06:14 -0800
commitd9ce28592d0404da1b78fa1e55f4c0433f86a04f (patch)
tree4dab9d5f2198cf0b32dc628f2c0090965d5bbd95 /engines/glk/alan2/types.h
parent9ab74a04569e5f29100c1cda16b68d6150c5b230 (diff)
downloadscummvm-rg350-d9ce28592d0404da1b78fa1e55f4c0433f86a04f.tar.gz
scummvm-rg350-d9ce28592d0404da1b78fa1e55f4c0433f86a04f.tar.bz2
scummvm-rg350-d9ce28592d0404da1b78fa1e55f4c0433f86a04f.zip
GLK: ALAN2: Cleanup
Diffstat (limited to 'engines/glk/alan2/types.h')
-rw-r--r--engines/glk/alan2/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/types.h b/engines/glk/alan2/types.h
index b6be432f7e..27f0aedac3 100644
--- a/engines/glk/alan2/types.h
+++ b/engines/glk/alan2/types.h
@@ -279,7 +279,7 @@ struct ParamElem { /* PARAMETER */
Aword lastWord; /* d:o to last */
} PACKED_STRUCT;
-typedef enum Type {TYPNUM, TYPSTR} Type;
+enum Type { TYPNUM, TYPSTR };
struct LitElem { /* LITERAL */
Type type;