summaryrefslogtreecommitdiff
path: root/variable.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-10 04:06:24 +0000
committerRoland McGrath <roland@redhat.com>1992-07-10 04:06:24 +0000
commit7817332cc114f5c082b55e0a39352569371d2c73 (patch)
treee354a74119cb2fe16d37dd12f6d42f696c14f954 /variable.h
parente3fbb5828fd271eb954e9f8c0e941d99a98c811f (diff)
downloadgunmake-7817332cc114f5c082b55e0a39352569371d2c73.tar.gz
Formerly variable.h.~6~
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variable.h b/variable.h
index 68350b9..c9e6c2f 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);
};