pet_extract_nested_from_space: embed arguments in given space
commitc008b993b24668c6c30b727c7e3c6f4be18773db
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 12 Mar 2014 15:11:21 +0000 (12 16:11 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:28 +0000 (25 14:36 +0100)
tree5383b61a961f16cbd1d2531f1fa6d4f97e35f15c
parentf5519de502fe2425718f0ca088c12c43c0221f6e
pet_extract_nested_from_space: embed arguments in given space

For the call from pet_expr_extract_nested, the embedding has no
effect since the given space is currently the same as the original space.
This will change in the next commit.
For the call from pet_stmt_extract_nested, this early embedding
replaces the embedding in pet_stmt_resolve_nested.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
nest.c