* symtab.h (struct general_symbol_info) <value.bytes>: Make const.

This commit is contained in:
Tom Tromey
2013-04-12 14:49:25 +00:00
parent dccca75d80
commit d47a1bc1fa
2 changed files with 5 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ struct general_symbol_info
struct block *block;
gdb_byte *bytes;
const gdb_byte *bytes;
CORE_ADDR address;