This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Lev Walkin's asn1 compiler".
The branch, aper-prefix has been created
at 47b917d8360ebca42dbdab20d285b6b92446eecb (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/asn1c/commit/?id=47b917d8360ebca42dbdab20d285b6b924…
commit 47b917d8360ebca42dbdab20d285b6b92446eecb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Sep 10 09:31:18 2015 +0200
prefixing of generated types using a ASN1C_PREFIX environment variable
When generating code for multiple ASN.1 syntaxes that have clashing
names, we need to add a prefix in order to prevent clashes in the global
C symbol namespace. Using the ASN1C_PREFIX environment variable and
this patch serves as a work-around to that. All non-basic type names
as well as references to that type and source code + header file names
will be pre-fixed accordingly.
-----------------------------------------------------------------------
hooks/post-receive
--
Lev Walkin's asn1 compiler