diff options
| author | Gerald Pfeifer <gerald@pfeifer.com> | 2005-11-14 16:28:55 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2005-11-14 16:28:55 +0000 |
| commit | ba0966205abd97fa9d915e0c4c5e22afa5936b15 (patch) | |
| tree | 8c82c5342d450485ff4219e97dfc540749fa4e5a /libcpp/ChangeLog | |
| parent | b96758645044c7090a537665941b1ff87ca8fe15 (diff) | |
| download | gcc-ba0966205abd97fa9d915e0c4c5e22afa5936b15.tar.gz gcc-ba0966205abd97fa9d915e0c4c5e22afa5936b15.tar.bz2 gcc-ba0966205abd97fa9d915e0c4c5e22afa5936b15.zip | |
cpplib.h (struct cpp_callbacks): Annotate error with ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
* include/cpplib.h (struct cpp_callbacks): Annotate error with
ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
Co-Authored-By: Ian Lance Taylor <ian@airs.com>
From-SVN: r106891
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 747e45adc72..312cb9899ef 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2005-11-14 Gerald Pfeifer <gerald@pfeifer.com> + Ian Lance Taylor <ian@airs.com> + + * include/cpplib.h (struct cpp_callbacks): Annotate error with + ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0). + 2005-11-09 Per Bothner <per@bothner.com> Uros Bizjak <uros@kss-loka.si> |
