give the opcodes a type

This commit is contained in:
Bill Currie 2001-06-03 19:32:50 +00:00
parent 09118bc01e
commit bd4abbab06

View file

@ -51,7 +51,7 @@ typedef enum {
#define RESERVED_OFS 28 #define RESERVED_OFS 28
enum { typedef enum {
OP_DONE, OP_DONE,
OP_MUL_F, OP_MUL_F,
OP_MUL_V, OP_MUL_V,
@ -129,7 +129,7 @@ enum {
OP_BITOR, OP_BITOR,
OP_ADD_S, OP_ADD_S,
}; } pr_opcode_e;
typedef struct statement_s typedef struct statement_s