diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 20:55:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 20:55:11 +0000 |
commit | 8851e806c9f3675e49a1ac67e973aee413dd387b (patch) | |
tree | 5571e1edfbc286f33f9f02aa9fb4c0a973d14f11 /gcc/langhooks.h | |
parent | 9a506adc7af1b07d359f6a25268b115ed32d34a2 (diff) | |
download | gcc-8851e806c9f3675e49a1ac67e973aee413dd387b.tar.gz |
* langhooks.c: Fix formatting.
* langhooks.h: Likewise.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* lists.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54070 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 56b2966df4f..ffa35179406 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -81,7 +81,7 @@ struct lang_hooks_for_functions struct lang_hooks_for_tree_dump { - /* Dump language-specific parts of tree nodes. Returns non-zero if it + /* Dump language-specific parts of tree nodes. Returns non-zero if it does not want the usual dumping of the second argument. */ int (*dump_tree) PARAMS ((void *, tree)); @@ -96,7 +96,7 @@ struct lang_hooks_for_types /* Return a new type (with the indicated CODE), doing whatever language-specific processing is required. */ tree (*make_type) PARAMS ((enum tree_code)); - + /* Given MODE and UNSIGNEDP, return a suitable type-tree with that mode. */ tree (*type_for_mode) PARAMS ((enum machine_mode, int)); @@ -344,7 +344,7 @@ struct lang_hooks struct lang_hooks_for_functions function; struct lang_hooks_for_tree_inlining tree_inlining; - + struct lang_hooks_for_tree_dump tree_dump; struct lang_hooks_for_decls decls; |