scat: hjdicks for amd64

This commit is contained in:
cinap_lenrek 2016-09-19 19:04:21 +02:00
parent 11e40fc6b4
commit 35fde3591f

View file

@ -139,6 +139,8 @@ typedef long DAngle; /* on disk: in units of milliarcsec */
typedef short Mag; /* multiplied by 10 */
typedef long Key; /* known to be 4 bytes, unfortunately */
#pragma pack on
/*
* All integers are stored in little-endian order.
*/
@ -223,6 +225,8 @@ struct Bayerec{
char pad;
};
#pragma pack off
/*
* Internal form
*/