Added redirection vector and type

This commit is contained in:
Maieul BOYER 2024-07-30 15:58:07 +02:00
parent 970507dfdd
commit aa4b508b10
No known key found for this signature in database
8 changed files with 431 additions and 3 deletions

View file

@ -71,3 +71,11 @@ replace.C__TYPENAME__ = "t_expandable_str"
replace.C__TYPEHEADER__ = '#include "exec/_tuple_expanded_str.h"'
replace.C__PREFIX__ = "estr"
replace.C__PREFIXUP__ = "ESTR"
[[create.vec]]
sources_output = "src/vec/C__PREFIX__/"
headers_output = "include/me/vec/"
replace.C__TYPENAME__ = "t_exec_redirect"
replace.C__TYPEHEADER__ = '#include "exec/spawn_cmd/_redirection.h"'
replace.C__PREFIX__ = "redir"
replace.C__PREFIXUP__ = "REDIR"