Add casts to memory allocation related calls
[deliverable/binutils-gdb.git] / gdb / compile / compile-c-types.c
index 1ad3dd9b77aeb8ec4a5f7deb99d46ff5054b26ca..77fbd686db0cee14150864578f123814968927e9 100644 (file)
@@ -383,7 +383,7 @@ convert_type (struct compile_c_instance *context, struct type *type)
 
   /* We don't ever have to deal with typedefs in this code, because
      those are only needed as symbols by the C compiler.  */
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
 
   inst.type = type;
   found = htab_find (context->type_map, &inst);
This page took 0.024829 seconds and 4 git commands to generate.