From bd4abbab06677ba027e683f215586c014f7046c3 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 3 Jun 2001 19:32:50 +0000 Subject: [PATCH] give the opcodes a type --- include/QF/pr_comp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/QF/pr_comp.h b/include/QF/pr_comp.h index aa66e5f6a..67952816c 100644 --- a/include/QF/pr_comp.h +++ b/include/QF/pr_comp.h @@ -51,7 +51,7 @@ typedef enum { #define RESERVED_OFS 28 -enum { +typedef enum { OP_DONE, OP_MUL_F, OP_MUL_V, @@ -129,7 +129,7 @@ enum { OP_BITOR, OP_ADD_S, -}; +} pr_opcode_e; typedef struct statement_s