mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
fix build on big endian platforms (#6852)
* fix missing declaration of type_alignments[] for big endian platforms * add missing definition of lwp for big endian platforms
This commit is contained in:
parent
88dc6f6307
commit
15d910db31
@ -713,6 +713,7 @@ void Sort::diddleKey(UCHAR* record, bool direction, bool duplicateHandling)
|
||||
for (sort_key_def* key = m_description.begin(), *end = m_description.end(); key < end; key++)
|
||||
{
|
||||
UCHAR* p = record + key->getSkdOffset();
|
||||
SORTP* lwp = (SORTP*) p;
|
||||
USHORT n = key->getSkdLength();
|
||||
USHORT complement = key->skd_flags & SKD_descending;
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "../include/fb_blk.h"
|
||||
#include "../common/DecFloat.h"
|
||||
#include "../jrd/TempSpace.h"
|
||||
#include "../jrd/align.h"
|
||||
|
||||
namespace Jrd {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user