mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
Update `Nix`
This commit is contained in:
parent
8b4dff9c4a
commit
b38b75d316
|
|
@ -64,4 +64,18 @@ wr_nix_setsrc (char *option)
|
|||
chsrc_conclude (&source);
|
||||
}
|
||||
|
||||
def_target_s (wr_nix);
|
||||
Feature_t
|
||||
wr_nix_feat (char *option)
|
||||
{
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = false;
|
||||
f.can_reset = false;
|
||||
|
||||
f.can_english = false;
|
||||
f.can_user_define = false;
|
||||
|
||||
return f;
|
||||
}
|
||||
|
||||
def_target_sf (wr_nix);
|
||||
|
|
|
|||
Loading…
Reference in New Issue