diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2004-06-24 18:45:57 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2004-06-24 18:45:57 -0400 |
commit | c2484a8b43b3aaa60fb0a1681c735ab0fe459476 (patch) | |
tree | c2b16d66647b344eb885860ecfc370881aad93ab /gcc | |
parent | 7120d046258a99e63278d0cd3c7f649259c3ef57 (diff) | |
download | gcc-c2484a8b43b3aaa60fb0a1681c735ab0fe459476.zip gcc-c2484a8b43b3aaa60fb0a1681c735ab0fe459476.tar.gz gcc-c2484a8b43b3aaa60fb0a1681c735ab0fe459476.tar.bz2 |
Minor updating of comments.
From-SVN: r83615
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/langhooks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 439c12a..13be0aa 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -273,8 +273,7 @@ lhd_expand_expr (tree t ATTRIBUTE_UNUSED, rtx r ATTRIBUTE_UNUSED, abort (); } -/* This is the default expand_decl function. */ -/* The default language-specific function for expanding a DECL_STMT. After +/* The default language-specific function for expanding a decl. After the language-independent cases are handled, this function will be called. If this function is not defined, it is assumed that declarations other than those for variables and labels do not require |