Changeset 1734 in kBuild
- Timestamp:
- Sep 5, 2008 4:38:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/kDepPre.c
r1270 r1734 30 30 *******************************************************************************/ 31 31 #include <stdio.h> 32 #include <stdlib.h> 32 33 #include <string.h> 33 34 #include <ctype.h> 35 #ifdef _MSC_VER 36 # include <io.h> 37 #else 38 # include <unistd.h> 39 #endif 34 40 #include "kDep.h" 35 41 … … 64 70 } enmMode = C_DISCOVER; 65 71 PDEP pDep = NULL; 66 int ch ;72 int ch = 0; 67 73 char szBuf[8192]; 68 74 … … 453 459 if (iExec > 0) 454 460 { 455 / / later461 /* later */ 456 462 } 457 463
Note:
See TracChangeset
for help on using the changeset viewer.