mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo/: make tool_comp_paths output paths in the order processed
This commit is contained in:
@@ -243,8 +243,12 @@ command:
|
||||
}
|
||||
| TOK_OFFSET offset_options
|
||||
{
|
||||
tool_comp_paths(paths,
|
||||
struct path *new;
|
||||
|
||||
new = tool_comp_paths(paths,
|
||||
!!($2 & OO_DOG), !!($2 & OO_INSIDE));
|
||||
clear_paths();
|
||||
paths = new;
|
||||
}
|
||||
| TOK_OPTIMIZE
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user