mirror of
https://github.com/mirror/make.git
synced 2025-04-24 03:50:34 +08:00
Formerly variable.h.~6~
This commit is contained in:
parent
e3fbb5828f
commit
7817332cc1
@ -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 New Issue
Block a user