From 7817332cc114f5c082b55e0a39352569371d2c73 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 Jul 1992 04:06:24 +0000 Subject: Formerly variable.h.~6~ --- variable.h | 1 + 1 file changed, 1 insertion(+) 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); }; -- cgit v1.2.3