diff options
Diffstat (limited to 'src/as_op.h')
| -rw-r--r-- | src/as_op.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/as_op.h b/src/as_op.h index ec88670..dcd77e0 100644 --- a/src/as_op.h +++ b/src/as_op.h @@ -6,9 +6,8 @@ enum op { // place holder for the end of the table OPEND }; -typedef enum op Op; -Op str2op(const char *str); +enum op str2op(const char *str); #endif |
