diff gcc/c-parser.c @ 84:a5786e986ad2

modify gcc/c-parser.c
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 13 Nov 2011 16:21:32 +0900
parents 895e19fe9c22
children 32380d8cb035
line wrap: on
line diff
--- a/gcc/c-parser.c	Fri Nov 11 04:29:33 2011 +0900
+++ b/gcc/c-parser.c	Sun Nov 13 16:21:32 2011 +0900
@@ -6721,7 +6721,7 @@
               _cbc_exit0:
                return retval;
             }
-            __return_func;
+            _cbc_internal_return;
         });
          */
         tree value, stmt, label, tlab, decl;
@@ -6740,7 +6740,7 @@
         /* declare retval.  (int retval;) */
         tree decl_cond =
           build_decl (location, VAR_DECL, get_identifier ("retval"),
-          TREE_TYPE (TREE_TYPE (current_function_decl)));
+		      TREE_TYPE (TREE_TYPE (current_function_decl)));
         TREE_STATIC (decl_cond) = 1;
         DECL_ARTIFICIAL (decl_cond) = 1;
         pushdecl (decl_cond);