aboutsummaryrefslogtreecommitdiff
path: root/src/as_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/as_op.h')
-rw-r--r--src/as_op.h3
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