【发布时间】:2010-03-01 11:03:41
【问题描述】:
我无法理解文件 limits.h 中的以下语句。这个语句有什么用,有什么作用?
/* If we are not using GNU CC we have to define all the symbols ourself.
Otherwise use gcc's definitions (see below). */
#if !defined __GNUC__ || __GNUC__ < 2
【问题讨论】:
标签: c++ c gcc compiler-construction conditional-compilation