diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-21 13:17:58 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-21 13:17:58 +0000 |
| commit | fccd46bebbafaa1ab5589e43dfb804ab4aeaf862 (patch) | |
| tree | 84bac57c9b9f8bd0d0eef33335446c999fe79b1d /gcc/cp/decl.c | |
| parent | f204fc480c3fb7cf2953cbda36d5223ceb7a5354 (diff) | |
| download | ppe42-gcc-fccd46bebbafaa1ab5589e43dfb804ab4aeaf862.tar.gz ppe42-gcc-fccd46bebbafaa1ab5589e43dfb804ab4aeaf862.zip | |
tweak formatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.c')
| -rw-r--r-- | gcc/cp/decl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 760440125a0..8376282bcfc 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -10064,9 +10064,9 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, attrlist) explicit_int = -1; - /* We handle `main' specially here, because 'main () { }' is so - common. With no options, it is allowed. With -Wreturn-type, - it is a warning. It is only an error with -pedantic-errors. */ + /* We handle `main' specially here, because 'main () { }' is so + common. With no options, it is allowed. With -Wreturn-type, + it is a warning. It is only an error with -pedantic-errors. */ is_main = (funcdef_flag && MAIN_NAME_P (dname) && ctype == NULL_TREE |

