From: Sebastian Hack Date: Tue, 26 Aug 2003 09:14:12 +0000 (+0000) Subject: Removed // Comment, because gcc -pedantic always complains... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6d00f52a7c7211698ed9ecd6faf2f4d435c25f3c;p=libfirm Removed // Comment, because gcc -pedantic always complains... [r1763] --- 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);