function.c (lookup_static_chain): Check for a static chain using FUNCTION_NEEDS_STATI...
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 28 Feb 1995 23:06:03 +0000 (15:06 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 28 Feb 1995 23:06:03 +0000 (15:06 -0800)
commit7ad8c4bf113ee762b5f4696e8622640d3453f2c9
tree382aa88e35bf7e0e24823af2c79f971f265b1eab
parent7c38c3ad5e0d6123089abf8249641df57aab5f42
function.c (lookup_static_chain): Check for a static chain using FUNCTION_NEEDS_STATIC_CHAIN.

* function.c (lookup_static_chain):  Check for a static chain
using FUNCTION_NEEDS_STATIC_CHAIN.
(init_function_start):  Set current_function_needs_context depending
on FUNCTION_NEEDS_STATIC_CHAIN rather than decl_function_context.

From-SVN: r9096
gcc/function.c