gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdb / macroscope.c
index e2abdd1bdde2a1a1d1035ec8cf09403b710af065..eb1eac20af7363d069a0fd59593c916a88beb455 100644 (file)
@@ -121,8 +121,8 @@ default_macro_scope (void)
         symbol files loaded, then get_current_or_default would raise an
         error.  But `set width' shouldn't raise an error just because
         it can't decide which scope to macro-expand its argument in.  */
-      struct symtab_and_line cursal = 
-                       get_current_source_symtab_and_line ();
+      struct symtab_and_line cursal
+       = get_current_source_symtab_and_line ();
       
       sal.symtab = cursal.symtab;
       sal.line = cursal.line;
This page took 0.027851 seconds and 4 git commands to generate.