diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-02-14 22:02:49 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-02-14 22:02:49 +0000 |
commit | 5466f20ff2d5943d449c0de468f67f05532586b5 (patch) | |
tree | 12b6713233c2a3582a246c72bbd6b30676264775 /gdb | |
parent | a686510408c816f284ad09e29def3601b9e007c0 (diff) | |
download | gdb-5466f20ff2d5943d449c0de468f67f05532586b5.zip gdb-5466f20ff2d5943d449c0de468f67f05532586b5.tar.gz gdb-5466f20ff2d5943d449c0de468f67f05532586b5.tar.bz2 |
* expression.h: Move declaration of evaluate_subexp_with_coercion
from here...
* value.h: ...to here.
* expression.h: Don't include value.h
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37e00ab..bd37ecb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * expression.h: Move declaration of evaluate_subexp_with_coercion + from here... + * value.h: ...to here. + * expression.h: Don't include value.h + Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * expression.h: Move include of value.h until after declaration of |