* infcmd.c (finish_backward): Use breakpoint_set_silent.
[deliverable/binutils-gdb.git] / gdb / block.c
index 48ac21bd629df33a1f20dc0f93f602af897521b4..776ae53f5aa51a80449b02ecdb2bbc91bbb09a64 100644 (file)
@@ -1,6 +1,7 @@
 /* Block-related functions for the GNU debugger, GDB.
 
-   Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -40,7 +41,7 @@ static void block_initialize_namespace (struct block *block,
 
 /* Return Nonzero if block a is lexically nested within block b,
    or if a and b have the same pc range.
-   Return zero otherwise. */
+   Return zero otherwise.  */
 
 int
 contained_in (const struct block *a, const struct block *b)
This page took 0.025862 seconds and 4 git commands to generate.