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

Diff for /src/usr.bin/make/targ.h between version 1.12 and 1.13

version 1.12, 2012/12/06 14:33:37 version 1.13, 2013/04/23 14:32:53
Line 27 
Line 27 
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #ifndef TIMESTAMP_TYPE  #include <sys/time.h>
 #include "timestamp_t.h"  
 #endif  
 /*  /*
  * The TARG_ constants are used when calling the Targ_FindNode functions.   * The TARG_ constants are used when calling the Targ_FindNode functions.
  * They simply tell the function what to do if the desired node is not found.   * They simply tell the function what to do if the desired node is not found.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13