From d4f05035abc43b7e21e6f4d90895f9946b40e1e9 Mon Sep 17 00:00:00 2001 From: redbrain Date: Thu, 10 Jun 2010 16:26:35 +0100 Subject: [PATCH] quick commit --- gcc/python/py-lang.c | 3 +-- gcc/python/pypy.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/python/py-lang.c b/gcc/python/py-lang.c index 4208f088ab0..fb9ed84a372 100644 --- a/gcc/python/py-lang.c +++ b/gcc/python/py-lang.c @@ -137,7 +137,7 @@ gpy_langhook_handle_option( size_t scode, /* Run after parsing options. */ static bool -gpy_langhook_post_options (const char **pfilename ATTRIBUTE_UNUSED) +gpy_langhook_post_options( const char **pfilename ATTRIBUTE_UNUSED ) { debug("post options!\n"); gcc_assert( num_in_fnames > 0 ); @@ -154,7 +154,6 @@ gpy_langhook_post_options (const char **pfilename ATTRIBUTE_UNUSED) static void gpy_langhook_parse_file( int set_yy_debug ATTRIBUTE_UNUSED ) { - /* go_parse_input_files (in_fnames, num_in_fnames);*/ unsigned int idx = 0; debug("parse file!\n"); diff --git a/gcc/python/pypy.c b/gcc/python/pypy.c index f4bbb50f798..6924c741baa 100644 --- a/gcc/python/pypy.c +++ b/gcc/python/pypy.c @@ -41,6 +41,7 @@ along with GCC; see the file COPYING3. If not see #include #include +inline void gpy_symbol_init_ctx( gpy_symbol_obj * const x ) { x->identifier= NULL; -- 2.11.4.GIT