From 6d00f52a7c7211698ed9ecd6faf2f4d435c25f3c Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Tue, 26 Aug 2003 09:14:12 +0000 Subject: [PATCH] Removed // Comment, because gcc -pedantic always complains... [r1763] --- ir/tr/type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/type.h b/ir/tr/type.h index e5db6fdb8..7edb03369 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -726,7 +726,7 @@ bool is_enumeration_type (type *enumeration); /** Creates a new type pointer with mode mode_p. */ #define new_type_pointer(N, P) new_type_pointer_mode(N, P, mode_P) -//type *new_type_pointer (ident *name, type *points_to); +/* type *new_type_pointer (ident *name, type *points_to); */ /** Creates a new type pointer with given pointer mode. */ type *new_type_pointer_mode (ident *name, type *points_to, ir_mode *ptr_mode); -- 2.20.1