Changeset 529 for trunk/src/emx/src/emxomf/weakld.c
- Timestamp:
- Aug 5, 2003, 12:16:47 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/weakld.c
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r528 r529 2161 2161 /* put into array of externals */ 2162 2162 if (!(cExts % 64)) 2163 { 2164 cExts += 64; 2165 papExts = xrealloc(papExts, sizeof(papExts[0]) * cExts); 2166 } 2163 papExts = xrealloc(papExts, sizeof(papExts[0]) * (cExts + 64)); 2167 2164 papExts[cExts++] = pSym; 2168 2165 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.