Mercurial > hg > xemacs-beta
comparison src/sysdll.c @ 5474:4dee0387b9de
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 00:02:47 +0200 |
parents | 308d34e9f07d 3889ef128488 |
children | 5d5aeb79edb4 |
comparison
equal
deleted
inserted
replaced
5473:ac37a5f7e5be | 5474:4dee0387b9de |
---|---|
341 | 341 |
342 return mh; | 342 return mh; |
343 } | 343 } |
344 | 344 |
345 /* | 345 /* |
346 * dyld adds libraries by first adding the directly dependant libraries in | 346 * dyld adds libraries by first adding the directly dependent libraries in |
347 * link order, and then adding the dependencies for those libraries, so we | 347 * link order, and then adding the dependencies for those libraries, so we |
348 * should do the same... but we don't bother adding the extra dependencies, if | 348 * should do the same... but we don't bother adding the extra dependencies, if |
349 * the symbols are neither in the loaded image nor any of it's direct | 349 * the symbols are neither in the loaded image nor any of it's direct |
350 * dependencies, then it probably isn't there. | 350 * dependencies, then it probably isn't there. |
351 */ | 351 */ |