Implement support for Chill POWERSETs.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 26ed45c26257d95d1e7b04a892fe0720c099c2aa..2c5685f789cc8d74734d08040fe962cce2a92025 100644 (file)
@@ -672,6 +672,9 @@ create_array_type PARAMS ((struct type *, struct type *, struct type *));
 extern struct type *
 create_string_type PARAMS ((struct type *, struct type *));
 
+extern struct type *
+create_set_type PARAMS ((struct type *, struct type *));
+
 extern struct type *
 lookup_unsigned_typename PARAMS ((char *));
 
This page took 0.023807 seconds and 4 git commands to generate.