Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / c-lang.c
index e8283e3d1d667f1da9de7fca752a4d240a7f5b7a..cbc7a9e7b9979701bb353dbbdb95d85e58ae5923 100644 (file)
@@ -1,6 +1,6 @@
 /* C language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 1992-2014 Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024386 seconds and 4 git commands to generate.