aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1compiler.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-06 08:07:29 +0000
committerLev Walkin <vlm@lionet.info>2004-09-06 08:07:29 +0000
commitdd32b592e2b0452d99c54fa3f8e0c9112e037919 (patch)
tree3f7a767a1f78339810de17e7123493d6762edd8f /libasn1compiler/asn1compiler.h
parentfd71d1e5545dc25d5db5f77be5c07b9d62019a13 (diff)
-fall-defs-global
Diffstat (limited to 'libasn1compiler/asn1compiler.h')
-rw-r--r--libasn1compiler/asn1compiler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libasn1compiler/asn1compiler.h b/libasn1compiler/asn1compiler.h
index d104dc9a..6b9219a5 100644
--- a/libasn1compiler/asn1compiler.h
+++ b/libasn1compiler/asn1compiler.h
@@ -31,6 +31,10 @@ enum asn1c_flags {
* 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,
};
/*