summaryrefslogtreecommitdiff
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.h b/env.h
index 2076c25608..f9786d1ae4 100644
--- a/env.h
+++ b/env.h
@@ -32,4 +32,7 @@ extern int rb_in_eval;
extern struct RClass *the_class;
+#define NOEX_PUBLIC 0
+#define NOEX_PRIVATE 1
+
#endif /* ENV_H */