Removed // Comment, because gcc -pedantic always complains...
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 26 Aug 2003 09:14:12 +0000 (09:14 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 26 Aug 2003 09:14:12 +0000 (09:14 +0000)
[r1763]

ir/tr/type.h

index e5db6fd..7edb033 100644 (file)
@@ -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);