Changeset 504 for trunk/src/gmake
- Timestamp:
 - Sep 15, 2006, 7:22:02 AM (19 years ago)
 - Location:
 - trunk/src/gmake
 - Files:
 - 
      
- 2 edited
 
- 
          
  job.c (modified) (1 diff)
 - 
          
  variable.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gmake/job.c
r503 r504 568 568 { 569 569 pid = completed_child->pid; 570 # if defined(WINDOWS32) 571 exit_code = completed_child->status; 572 exit_sig = 0; 573 coredump = 0; 574 # else 570 575 status = (WAIT_T)completed_child->status; 576 # endif 571 577 } 572 578 else  - 
      
trunk/src/gmake/variable.c
r503 r504 105 105 106 106 #ifdef KMK 107 # ifdef _MSC_VER 108 # define inline _inline 109 typedef signed int int32_t; 110 typedef signed short int int16_t; 111 # endif 107 112 static inline unsigned long variable_hash_b(register const unsigned char *var, register int length) 108 113 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  