Search found 1 match
- Sun Aug 21, 2005 10:52 pm
- Forum: Programmer's Corner
- Topic: keyword inline from C99
- Replies: 3
- Views: 9973
keyword inline from C99
Hi, I encountered some problems building RND 3.1.1 on IRIX (with the Mipspro compiler) and on Solaris (with Sun Studio). From the error messages and my research on the web, I conclude that the code does not comply with the restrictions put on the usage of the new "inline" keyword in the C9...