Bill Blough created AXIS2C-1688: ----------------------------------- Summary: Trunk Fails to Build due to C++ style comments Key: AXIS2C-1688 URL: https://issues.apache.org/jira/browse/AXIS2C-1688 Project: Axis2-C Issue Type: Bug Reporter: Bill Blough Priority: Trivial Attachments: fix_comments.diff
Some comments use C++ style (//) comments. Since C90 only recognizes C-style comments, the build fails unless a newer standard (e.g, C99) is specified at compile time. The attached patch changes the comments in question from C++ style to C-style. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org