From: Michael Beck Date: Fri, 28 Oct 2005 12:01:02 +0000 (+0000) Subject: removed , and end of enum for crecoder X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=91134fc485f67119e9ee755c843c5fa4e755d596;p=libfirm removed , and end of enum for crecoder [r6825] --- 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; /**