mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 21:41:20 +08:00
Fix DEFHOOKPOD argument order in target-hooks-macros.h comment
2014-04-23 Tom de Vries <tom@codesourcery.com> * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment. From-SVN: r209725
This commit is contained in:
parent
3734964fdc
commit
74e4d71acf
@ -1,3 +1,7 @@
|
||||
2014-04-23 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
|
||||
|
||||
2014-04-23 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* is-a.h: Update comments to reflect the following changes to the
|
||||
|
@ -18,7 +18,7 @@
|
||||
/* The following macros should be provided by the including file:
|
||||
|
||||
DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
|
||||
DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
|
||||
DEFHOOKPOD(NAME, DOC, TYPE, INIT): Define a piece-of-data 'hook'. */
|
||||
|
||||
/* Defaults for optional macros:
|
||||
DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user