Removed comment within ifdef
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 24 Feb 2003 09:45:16 +0000 (09:45 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 24 Feb 2003 09:45:16 +0000 (09:45 +0000)
[r822]

ir/tr/entity.h

index 27bd2c3..3d0f3a7 100644 (file)
@@ -114,9 +114,9 @@ typedef struct ir_graph ir_graph;
  */
 
 /* to resolve recursion between entity.h and type.h */
+/** the type of an entity */
 #ifndef _ENTITY_TYPEDEF_
 #define _ENTITY_TYPEDEF_
-/** the type of an entity */
 typedef struct entity entity;
 #endif