]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-progspace.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / python / py-progspace.c
index 1e06a75d2f7857497e2bd9c29cf6a17506dfe2bf..3eaa466666df28a2943cb0b164be0d0db7babdb5 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to program spaces.
 
-   Copyright (C) 2010-2017 Free Software Foundation, Inc.
+   Copyright (C) 2010-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -378,7 +378,7 @@ gdbpy_initialize_pspace (void)
 
 \f
 
-static PyGetSetDef pspace_getset[] =
+static gdb_PyGetSetDef pspace_getset[] =
 {
   { "__dict__", gdb_py_generic_dict, NULL,
     "The __dict__ for this progspace.", &pspace_object_type },