]> Git Repo - binutils.git/blobdiff - gdb/python/py-lazy-string.c
Refactor Python "gdb" module into a proper Python package, by introducing
[binutils.git] / gdb / python / py-lazy-string.c
index 45ba41e0517bffe1753468d059d3824679506951..3c908296f2811928d5abad4409b678c74e1f2084 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to lazy strings.
 
-   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -84,7 +84,7 @@ stpy_get_length (PyObject *self, void *closure)
   return PyLong_FromLong (self_string->length);
 }
 
-PyObject *
+static PyObject *
 stpy_get_type (PyObject *self, void *closure)
 {
   lazy_string_object *str_obj = (lazy_string_object *) self;
This page took 0.03296 seconds and 4 git commands to generate.