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