]> Git Repo - binutils.git/blobdiff - gdb/python/py-frame.c
2011-10-20 Phil Muldoon <[email protected]>
[binutils.git] / gdb / python / py-frame.c
index 75aa44eab4bfcc3b049f1b033e471d6cb146e7a2..398ce84bcd113b0dc566ddef221c8f8e3e191a6a 100644 (file)
@@ -411,7 +411,7 @@ frapy_read_var (PyObject *self, PyObject *args)
   else if (gdbpy_is_string (sym_obj))
     {
       char *var_name;
-      struct block *block = NULL;
+      const struct block *block = NULL;
       struct cleanup *cleanup;
       volatile struct gdb_exception except;
 
This page took 0.023836 seconds and 4 git commands to generate.