* defs.h: Delete extraneous whitespace at end of file.
[deliverable/binutils-gdb.git] / gdb / partial-stab.h
index 7580f5f3515b82d0f5425c90876c2781ec9d9b6f..1ea1eb04211677dd45db1ee09effdc63b025d8c2 100644 (file)
@@ -493,7 +493,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
                      /* Check for and handle cretinous dbx symbol name
                         continuation!  */
                      if (*p == '\\' || (*p == '?' && p[1] == '\0'))
-                       p = next_symbol_text ();
+                       p = next_symbol_text (objfile);
 
                      /* Point to the character after the name
                         of the enum constant.  */
This page took 0.023252 seconds and 4 git commands to generate.