diff options
author | Cary Coutant <ccoutant@google.com> | 2008-12-01 19:05:46 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-12-01 19:05:46 +0000 |
commit | a6bfd026d0e011e4ea43aacad46a208ccefd2265 (patch) | |
tree | 0d4c42e8b74f50ebb0aeeffdc6bb91f207e648cd /include/ChangeLog | |
parent | c4212d37ab10c86622934e258c9c6ce0e2035bda (diff) | |
download | gdb-a6bfd026d0e011e4ea43aacad46a208ccefd2265.zip gdb-a6bfd026d0e011e4ea43aacad46a208ccefd2265.tar.gz gdb-a6bfd026d0e011e4ea43aacad46a208ccefd2265.tar.bz2 |
* plugin-api.h: Fix syntax error when compiling with C++.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 96c8474..1c162dc 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Cary Coutant <ccoutant@google.com> + + * plugin-api.h: Fix syntax error when compiling with C++. + 2008-11-26 Alan Modra <amodra@bigpond.net.au> PR 7047 |