diff options
author | Per Bothner <per@bothner.com> | 1997-10-21 21:15:52 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1997-10-21 21:15:52 +0000 |
commit | fbb09651da44847f1275b74ac85920b40f6cbfc6 (patch) | |
tree | b655e352a68cacb03e6a94677882ffd83cbcdd93 /gdb/ChangeLog | |
parent | 61a60a8a703159f1a1589b48a1a81bd299f0e981 (diff) | |
download | gdb-fbb09651da44847f1275b74ac85920b40f6cbfc6.zip gdb-fbb09651da44847f1275b74ac85920b40f6cbfc6.tar.gz gdb-fbb09651da44847f1275b74ac85920b40f6cbfc6.tar.bz2 |
* ch-exp.c: Rename FIELD_NAME to DOT_FIELD_NAME (to avoid conflict).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c0c114..81070fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 21 14:15:26 1997 Per Bothner <bothner@cygnus.com> + + * ch-exp.c: Rename FIELD_NAME to DOT_FIELD_NAME (to avoid conflict). + Fri Oct 17 13:22:02 1997 Stan Shebs <shebs@andros.cygnus.com> * infcmd.c: Improve grammar of "set args" help. |