]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/symtab.h
constify struct block in some places
[thirdparty/binutils-gdb.git] / gdb / symtab.h
index fbe58689c12d7c7db6225f79791c54edfcf3e3e7..94b9c60a7c12a387727d55b2f77612869f78cb95 100644 (file)
@@ -114,7 +114,7 @@ struct general_symbol_info
   {
     LONGEST ivalue;
 
-    struct block *block;
+    const struct block *block;
 
     const gdb_byte *bytes;