-fall-defs-global


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@269 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1compiler/asn1compiler.h b/libasn1compiler/asn1compiler.h
index d104dc9..6b9219a 100644
--- a/libasn1compiler/asn1compiler.h
+++ b/libasn1compiler/asn1compiler.h
@@ -31,6 +31,10 @@
 	 * Enable use of unnamed unions (non-portable feature).
 	 */
 	A1C_UNNAMED_UNIONS	= 0x0020,
+	/*
+	 * Don't make the asn1_DEF_'s of structure members "static".
+	 */
+	A1C_ALL_DEFS_GLOBAL	= 0x0040,
 };
 
 /*