diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2001-05-21 09:17:58 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2001-05-21 09:17:58 -0400 |
commit | 0fd0b7ee985eb454ead3a28f6a017065780e9587 (patch) | |
tree | 84bac57c9b9f8bd0d0eef33335446c999fe79b1d | |
parent | da5029563979b1c49b06c75cf44ace86de2e9156 (diff) | |
download | gcc-0fd0b7ee985eb454ead3a28f6a017065780e9587.zip gcc-0fd0b7ee985eb454ead3a28f6a017065780e9587.tar.gz gcc-0fd0b7ee985eb454ead3a28f6a017065780e9587.tar.bz2 |
tweak formatting
From-SVN: r42387
-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 7604401..8376282 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 |