diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-19 15:26:35 +0000 | 
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-19 15:26:35 +0000 | 
| commit | 3369c8f67146057b53f4342d4d5af91ae91b60c6 (patch) | |
| tree | ed5d762d3998f9b1e343f6639c50929b18ec1269 /gcc/tree-inline.c | |
| parent | fdae196e4f331227a306d7573ae1285a9dc95998 (diff) | |
| download | ppe42-gcc-3369c8f67146057b53f4342d4d5af91ae91b60c6.tar.gz ppe42-gcc-3369c8f67146057b53f4342d4d5af91ae91b60c6.zip  | |
	* tree-inline.c (initialize_inlined_parameters): Wrap variable in
	the macro test controlling its use.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-inline.c')
| -rw-r--r-- | gcc/tree-inline.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index ad4865bafd0..866d6251a88 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -609,10 +609,10 @@ initialize_inlined_parameters (id, args, fn, block)      {  #ifndef INLINER_FOR_JAVA        tree init_stmt; +      tree cleanup;  #endif /* not INLINER_FOR_JAVA */        tree var;        tree value; -      tree cleanup;        /* Find the initializer.  */        value = (*lang_hooks.tree_inlining.convert_parm_for_inlining)  | 

