mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly variable.h.~6~
This commit is contained in:
parent
e3fbb5828f
commit
7817332cc1
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ struct variable
|
|||
{
|
||||
v_export, /* Export this variable. */
|
||||
v_noexport, /* Don't export this variable. */
|
||||
v_ifset, /* Export it if it has a non-default value. */
|
||||
v_default /* Decide in target_environment. */
|
||||
} export ENUM_BITFIELD (2);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue