You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by "Thomas Marsh (Created) (JIRA)" <ji...@apache.org> on 2011/11/04 17:35:51 UTC

[jira] [Created] (ETCH-191) Etch/C compiler does not mangle C/C++ keywords

Etch/C compiler does not mangle C/C++ keywords
----------------------------------------------

                 Key: ETCH-191
                 URL: https://issues.apache.org/jira/browse/ETCH-191
             Project: Etch
          Issue Type: Bug
          Components: c-binding, compiler
         Environment: Affects all environments
            Reporter: Thomas Marsh
            Priority: Minor


When compiling services with method names like "register" (C key word) or "delete" (C++ keyword), the compiler should intelligently mangle names (taking into account potential collisions). A simple example The workaround, currently, is to hand mangle the names in the output files from the compiler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira