Rebase patch #7
[deliverable/binutils-gdb.git] / gdb / symtab.h
index e6fc174abfefa0f77ab0065e3151fffd0663a02d..d3f6370666b00598f697e07e4ba7fd84fc473aa1 100644 (file)
@@ -137,11 +137,7 @@ struct general_symbol_info
 
     /* This is used by languages which wish to store a demangled name.
        currently used by Ada, C++, Java, and Objective C.  */
-    struct mangled_lang
-    {
-      const char *demangled_name;
-    }
-    mangled_lang;
+    const char *demangled_name;
   }
   language_specific;
 
This page took 0.024004 seconds and 4 git commands to generate.