diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-01-17 15:26:16 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-01-17 15:26:16 +0000 |
commit | d2143a2f9df360029146893efa06d792a84c4ec0 (patch) | |
tree | 983ba5bde3cdb757a67a15de055a1e7b25804286 /gcc/doc | |
parent | ae7c61dead40c0674b58c676a225ca05cea3ffe8 (diff) | |
download | gcc-d2143a2f9df360029146893efa06d792a84c4ec0.zip gcc-d2143a2f9df360029146893efa06d792a84c4ec0.tar.gz gcc-d2143a2f9df360029146893efa06d792a84c4ec0.tar.bz2 |
* doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list.
From-SVN: r155980
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index eed9106..3a9b6f4 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9555,7 +9555,7 @@ information in the @var{struct cl_target_option} structure for function specific options. @end deftypefn -@deftypefn {Target Hook} void TARGET_OPTION_PRINT (struct cl_target_option *@var{ptr}) +@deftypefn {Target Hook} void TARGET_OPTION_PRINT (FILE *@var{file}, int @var{indent}, struct cl_target_option *@var{ptr}) This hook is called to print any additional target specific information in the @var{struct cl_target_option} structure for function specific options. |