diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-10 04:06:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-10 04:06:24 +0000 |
commit | 7817332cc114f5c082b55e0a39352569371d2c73 (patch) | |
tree | e354a74119cb2fe16d37dd12f6d42f696c14f954 | |
parent | e3fbb5828fd271eb954e9f8c0e941d99a98c811f (diff) | |
download | gunmake-7817332cc114f5c082b55e0a39352569371d2c73.tar.gz |
Formerly variable.h.~6~
-rw-r--r-- | variable.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); }; |