diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-22 09:16:39 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-22 09:16:39 +0000 |
commit | 9a710cc47cebf5267e078f330a6fc52c3906f9cf (patch) | |
tree | 05241cfd500af89fd901ad1966aa034f9519d318 /gcc/ada/gcc-interface/utils.c | |
parent | 72a8dd48f3676a2dcfa52351e1bae34ff7c52e8e (diff) | |
download | ppe42-gcc-9a710cc47cebf5267e078f330a6fc52c3906f9cf.tar.gz ppe42-gcc-9a710cc47cebf5267e078f330a6fc52c3906f9cf.zip |
* gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r-- | gcc/ada/gcc-interface/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c index ef0e8f209fe..b70c6b721f1 100644 --- a/gcc/ada/gcc-interface/utils.c +++ b/gcc/ada/gcc-interface/utils.c @@ -79,7 +79,7 @@ tree gnat_std_decls[(int) ADT_LAST]; /* Functions to call for each of the possible raise reasons. */ tree gnat_raise_decls[(int) LAST_REASON_CODE + 1]; -/* Functions to call with extra info for each of the possible raise reasons. */ +/* Likewise, but with extra info for each of the possible raise reasons. */ tree gnat_raise_decls_ext[(int) LAST_REASON_CODE + 1]; /* Forward declarations for handlers of attributes. */ |