1
0
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:
Roland McGrath 1992-07-10 04:06:24 +00:00
parent e3fbb5828f
commit 7817332cc1

View File

@ -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);
};