typedef needed for C++
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 29 Oct 2004 07:48:47 +0000 (07:48 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 29 Oct 2004 07:48:47 +0000 (07:48 +0000)
[r4235]

ir/ident/ident.c

index 3d014a7..e0c97cc 100644 (file)
@@ -23,6 +23,8 @@
 #include "ident_t.h"
 #include "set.h"
 
+typedef const struct set_entry ident_s;
+
 /** The current ident module implementation. */
 static ident_if_t impl;