- Timestamp:
- Sep 20, 2006, 5:16:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kbuild.c
r542 r543 782 782 * Get the variables. 783 783 */ 784 cVars = 12 /* the tool */ 785 + 12 * pSdks->cGlobal /* global sdks */ 786 + 12 /* the globals */ 787 + 12 * pSdks->cTarget /* target sdks */ 788 + 12 /* the target */ 789 + 12 * pSdks->cSource /* source sdks */ 790 + 12 /* the source */ 791 + 12 * pSdks->cTargetSource /* target + source sdks */ 792 + 12 /* the target + source */; 784 cVars = 12 * (pSdks->c + 5); 793 785 paVars = alloca(cVars * sizeof(paVars[0])); 794 786
Note:
See TracChangeset
for help on using the changeset viewer.