Remove deprecated_throw_reason.
[deliverable/binutils-gdb.git] / gdb / frame-base.c
index 656ab2590174f2207417634d52a8ad51d836f506..78cba68e3028154e73cabd39454670fca5184e4d 100644 (file)
@@ -1,7 +1,6 @@
 /* Definitions for frame address handler, for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -85,7 +84,8 @@ frame_base_append_sniffer (struct gdbarch *gdbarch,
 {
   struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data);
 
-  (*table->tail) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry);
+  (*table->tail)
+    = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry);
   (*table->tail)->sniffer = sniffer;
   table->tail = &(*table->tail)->next;
 }
This page took 0.024968 seconds and 4 git commands to generate.