From: Roland McGrath Date: Fri, 10 Jul 1992 04:06:24 +0000 (+0000) Subject: Formerly variable.h.~6~ X-Git-Tag: 3.70.2~672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7817332cc114f5c082b55e0a39352569371d2c73;p=thirdparty%2Fmake.git Formerly variable.h.~6~ --- diff --git a/variable.h b/variable.h index 68350b9c..c9e6c2f2 100644 --- a/variable.h +++ b/variable.h @@ -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); };