Changeset 507 for trunk/src/gmake/kmkbuiltin.c
- Timestamp:
- Sep 15, 2006, 8:31:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin.c
r377 r507 29 29 #include <stdio.h> 30 30 #include <ctype.h> 31 #ifdef _MSC_VER 32 # include <io.h> 33 #endif 31 34 #include "kmkbuiltin/err.h" 32 35 #include "kmkbuiltin.h" … … 38 41 int argc; 39 42 char **argv; 40 char *psz;41 43 int rc; 42 44
Note:
See TracChangeset
for help on using the changeset viewer.