From b59696a6517104fdf02dd1a9ca157bdcb8c77b4a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 1 Jun 2005 12:19:00 +0000 Subject: [PATCH] renamed __func to _func for more conformance [r5939] --- ir/ir/irop.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ir/ir/irop.c b/ir/ir/irop.c index 6903ab773..ee3e553dd 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -313,11 +313,11 @@ const char *get_op_name (const ir_op *op) { } opcode (get_op_code)(const ir_op *op){ - return __get_op_code(op); + return _get_op_code(op); } ident *(get_op_ident)(const ir_op *op){ - return __get_op_ident(op); + return _get_op_ident(op); } const char *get_op_pin_state_name(op_pin_state s) { @@ -332,8 +332,8 @@ const char *get_op_pin_state_name(op_pin_state s) { return ""; } -op_pin_state (get_op_pinned)(const ir_op *op){ - return __get_op_pinned(op); +op_pin_state (get_op_pinned)(const ir_op *op) { + return _get_op_pinned(op); } /* Sets op_pin_state_pinned in the opcode. Setting it to floating has no effect -- 2.20.1