diff options
author | Per Bothner <per@bothner.com> | 1992-10-19 19:46:05 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-10-19 19:46:05 +0000 |
commit | 10a297b791581525c47d2d08faf8709ef315463a (patch) | |
tree | 6b7acf433785ffab41f45f1b7ffac1434a9ea8a0 /gdb/ChangeLog | |
parent | e9b63852ca0c0ddd181a8d76de06329a7380deda (diff) | |
download | gdb-10a297b791581525c47d2d08faf8709ef315463a.zip gdb-10a297b791581525c47d2d08faf8709ef315463a.tar.gz gdb-10a297b791581525c47d2d08faf8709ef315463a.tar.bz2 |
* c-exp.y: Moved handling of 'const' and 'volatile' from
<type> to <typebase>. This removes 2 conflicts.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 827bf48..17b3d2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 19 12:45:23 1992 Per Bothner (bothner@cygnus.com) + + * c-exp.y: Moved handling of 'const' and 'volatile' from + <type> to <typebase>. This removes 2 conflicts. + Sun Oct 18 00:36:30 1992 Fred Fish (fnf@cygnus.com) * breakpoint.c (breakpoint_re_set_one): Don't delete watchpoints |