|
发表于 2004-12-10 08:57:34
|
显示全部楼层
/usr/include/malloc.h
- /* GCC can always grok prototypes. For C++ programs we add throw()
- to help it optimize the function calls. But this works only with
- gcc 2.8.x and egcs. */
- # if defined __cplusplus && (__GNUC__ >= 3 || __GNUC_MINOR__ >= 8)
- # define __THROW throw ()
- # else
- # define __THROW
- # endif
复制代码
以后碰到问题先搜索,不行再后发贴求助。 |
|