*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / macroscope.c
index 0344301c3eefebf84d67dca18a1e072b9165493a..a93d175b22fe0011328cbc82c60c127ce4409f78 100644 (file)
@@ -1,5 +1,6 @@
 /* Functions for deciding which macros are currently in scope.
-   Copyright (C) 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
    This file is part of GDB.
@@ -88,6 +89,7 @@ struct macro_scope *
 user_macro_scope (void)
 {
   struct macro_scope *ms;
+
   ms = XNEW (struct macro_scope);
   ms->file = macro_main (macro_user_macros);
   ms->line = -1;
This page took 0.023288 seconds and 4 git commands to generate.