move pet_nested_extract_expr to nest.c
commit5da715c44880353c726513295e851ead8e26a261
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Mar 2014 11:00:48 +0000 (7 12:00 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:32:10 +0000 (24 17:32 +0100)
tree6081590c335d4b50a073bfdfa90d91f6134ba107
parent280c4e12d64f063bd150a8b4dc8bce3d41a596d6
move pet_nested_extract_expr to nest.c

We were unable to move this function to nest.c before because
until the previous commit, the nested expression could be a clang
expression.

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