儲存庫 kBuild 的更動 1734
- 時間撮記:
- 2008-9-5 上午04:38:23 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器