Status: new
Severity:
failure
Category: Vlerq
Created: 2009-11-23
Updated: 2009-11-23
Under SunOS and cc the line #42 in vlerq.tcl does not work.
_BIG_ENDIAN is defined but with no value.
#if !defined(_BIG_ENDIAN) && defined(WORDS_BIGENDIAN)
Changing to the following line works and should also
not bother other systems:
#if defined(WORDS_BIGENDIAN)
- 2009-11-23 rene
Created
