mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-16 20:27:27 +08: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…
x
Reference in New Issue
Block a user