Hide an obvious mistake by defining our own ulEndianLittleDouble function for now

This commit is contained in:
ehofman
2003-08-03 08:25:26 +00:00
parent 1a1aa37a0e
commit c9a4a6975c

View File

@@ -24,6 +24,16 @@
#include <plib/ul.h>
#include "SkyArchive.hpp"
// FIXME: Remove this section whenever plib has it's own endian conversion
// funcrtions for 64-bit data types.
#ifndef ulEndianLittleDouble
// This hack doesn't actually do anything, but it's pressence
// marks the places that need endiannes attention.
inline double ulEndianLittleDouble(double x) {
return x;
}
#endif
#include <assert.h>
struct SkyArchiveEntry