[BACK]Return to defines.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/defines.h between version 1.14 and 1.15

version 1.14, 2013/11/22 15:47:35 version 1.15, 2015/10/14 13:50:22
Line 28 
Line 28 
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #ifdef HAS_STDBOOL_H  
 # include <stdbool.h>  # include <stdbool.h>
 #else  
 typedef int bool;  
 # define false 0  
 # define true 1  
 #endif  
   
 /* define common types in an opaque way */  /* define common types in an opaque way */
 struct GNode_;  struct GNode_;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15