[sldev] [VWR] OpenJPEG backtraces

Anders Arnholm Anders at Arnholm.se
Sun Sep 23 00:07:25 PDT 2007


On Sat, 2007-09-22 at 18:25 -0500, Argent Stonecutter wrote:
> On 22-Sep-2007, at 16:46, Nicholaz Beresford wrote:
> > Well Captain, have a look at the ANSI standard.  Over and out.
> 
> No compiler in the world implements ANSI C without extensions. A  
> compiler should emit a diagnostic when it encounters one, but that is  
> not the same thing as refusing to permit it.

No good programmer in the world breaks ANSI C, with out really good
reasoning behind it. The original expression made the hair in my neck
rise, I have been tracking down and destroying that kind of code now in
six months to make the transitions of code from RH8 (i386) to RHEL5
(x86_64). It was about the typical code with assumptions of memory that
don't work.

> In c89/c90 there is no way of portably defining an integer type that  
> can contain any pointer, since long long wasn't standardized until 
> c99. Therefore the only way to portably express aligning a pointer 

long long isn't really that type, ptrdiff_t is a much better choose.

/ Balp, Fist port to this list. (And I had issues with OpenJPEG in
opensim on my x86_84 host...)


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the SLDev mailing list