Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / c-lang.c
index 4b44b950ee695e1eb0ced44aaf981c7b13c7d65e..cbc7a9e7b9979701bb353dbbdb95d85e58ae5923 100644 (file)
@@ -124,7 +124,7 @@ classify_type (struct type *elttype, struct gdbarch *gdbarch,
          /* Perhaps check_typedef did not update the target type.  In
             this case, force the lookup again and hope it works out.
             It never will for C, but it might for C++.  */
-         CHECK_TYPEDEF (elttype);
+         elttype = check_typedef (elttype);
        }
     }
 
This page took 0.024076 seconds and 4 git commands to generate.