* as/asranlib/asranlib.h: changed type of offset to unsigned int to
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 24 Jan 2009 08:18:53 +0000 (08:18 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 24 Jan 2009 08:18:53 +0000 (08:18 +0000)
commit0781937e2f57dec5475bf968ee54716ed00d6f92
tree103db9e9df24666098fdcf6cf72b862c25cdb7ca
parent6bb584ae046bca1cbb5b3863e45b96274ceec44a
* as/asranlib/asranlib.h: changed type of offset to unsigned int to
  make it work on ppc Mac OS X (off_t is 64 bit and is not converted
  to 32 bit unsigned int when calling sputl() since it is a macro
* as/link/lkar.c: changed the initialization of This->loaded

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5348 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
as/asranlib/asranlib.c
as/link/lkar.c