From 91134fc485f67119e9ee755c843c5fa4e755d596 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 28 Oct 2005 12:01:02 +0000 Subject: [PATCH] removed , and end of enum for crecoder [r6825] --- ir/ir/irop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irop.h b/ir/ir/irop.h index 1c3d56506..2395ed30a 100644 --- a/ir/ir/irop.h +++ b/ir/ir/irop.h @@ -269,7 +269,7 @@ typedef int (*verify_proj_node_func)(ir_node *self, ir_node *proj); typedef enum { dump_node_opcode_txt, /**< dump the opcode */ dump_node_mode_txt, /**< dump the mode */ - dump_node_nodeattr_txt, /**< dump the node attributes */ + dump_node_nodeattr_txt /**< dump the node attributes */ } dump_reason_t; /** -- 2.20.1