Changeset 939 in kBuild
- Timestamp:
- May 26, 2007 8:05:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/kbuild.c
r933 r939 194 194 kbuild_apply_defpath(struct variable *pDefPath, char **ppsz, int *pcch, int *pcchAlloc, int fCanFree) 195 195 { 196 c har *pszIterator;196 const char *pszIterator; 197 197 const char *pszInCur; 198 198 unsigned int cchInCur; … … 812 812 unsigned cchCur; 813 813 char *pszCur; 814 c har *pszIterator;814 const char *pszIterator; 815 815 816 816 /* basic init. */
Note:
See TracChangeset
for help on using the changeset viewer.