Banibrata Dutta wrote:
Hi,If the ASN.1 specification uses some C/C++ keywords (s.a. say "class") e.g. MyType ::= SEQUENCE { class INTEGER, index INTEGER } would the asn1 compiler typically modify the generated *.h files to rename "class" to something else ? Since this is not a tool specific question, i hope it's okay to ask it here.
The SourceForge's asn1c compiler would rename class to Class. Others may do differently, as there's no formal standard on it. -- Lev Walkin [EMAIL PROTECTED] _______________________________________________ ASN1 mailing list [email protected] http://lists.asn1.org/mailman/listinfo/asn1
