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

        

Reply via email to