PR symtab/11942
[binutils-gdb.git] / gdb / psympriv.h
index 42fa4270c15a9f0fbb776212ee2c0f7cfc21e80d..52f6e03c69a8004061925e27ab40322bbe3415df 100644 (file)
@@ -140,10 +140,9 @@ struct partial_symtab
   /* Information that lets read_symtab() locate the part of the symbol table
      that this psymtab corresponds to.  This information is private to the
      format-dependent symbol reading routines.  For further detail examine
-     the various symbol reading modules.  Should really be (void *) but is
-     (char *) as with other such gdb variables.  (FIXME) */
+     the various symbol reading modules.  */
 
-  char *read_symtab_private;
+  void *read_symtab_private;
 
   /* Non-zero if the symtab corresponding to this psymtab has been readin */