diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-26 22:57:07 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-26 22:57:07 +0000 |
commit | 81919cc85b6918763a63b3e74a71e0c1aeabbb12 (patch) | |
tree | 74e39e89fb0432f1d09b0d01d1a65c610b3fc01b /gdb/vax-opcode.h | |
parent | 2d3b42955971bb509dd6ee7287704e4e2db57080 (diff) | |
download | gdb-81919cc85b6918763a63b3e74a71e0c1aeabbb12.zip gdb-81919cc85b6918763a63b3e74a71e0c1aeabbb12.tar.gz gdb-81919cc85b6918763a63b3e74a71e0c1aeabbb12.tar.bz2 |
* vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some
things "const".
Diffstat (limited to 'gdb/vax-opcode.h')
-rwxr-xr-x | gdb/vax-opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/vax-opcode.h b/gdb/vax-opcode.h index 18a2ffb..e65199d 100755 --- a/gdb/vax-opcode.h +++ b/gdb/vax-opcode.h @@ -39,7 +39,7 @@ struct vot /* vax opcode text */ #define vot_detail detail #define vot_name name -static struct vot +const static struct vot votstrs[] = { { "halt", {"", 0x00 } }, |