/* $NetBSD: s_infinity.c,v 1.5 2003/07/26 19:25:05 salo Exp $ */
/*
* Written by J.T. Conklin <jtc@NetBSD.org>.
* Public domain.
*/
#include <LibConfig.h>
#if defined(_MSC_VER) /* Handle Microsoft VC++ compiler specifics. */
// Force 8-byte alignment
// C4742: identifier has different alignment in 'X' and 'Y'
// C4744: identifier has different type in 'X' and 'Y'
#else
#define ALIGN8
#endif
#if BYTE_ORDER == LITTLE_ENDIAN
#else
#endif