--- pgp/src/global.h 2018/04/24 16:40:48 1.1 +++ pgp/src/global.h 2018/04/24 16:42:04 1.1.1.2 @@ -1,15 +1,15 @@ -/* Needed by RSAREF */ - -#ifdef __alpha -typedef unsigned UINT4; -#else -typedef unsigned long UINT4; -#endif - -typedef unsigned short UINT2; - -typedef void *POINTER; -#define NULL_PTR ((POINTER)0) - -#define PROTOTYPES 1 -#define PROTO_LIST(x) x +/* Needed by RSAREF */ + +#ifdef __alpha +typedef unsigned UINT4; +#else +typedef unsigned long UINT4; +#endif + +typedef unsigned short UINT2; + +typedef void *POINTER; +#define NULL_PTR ((POINTER)0) + +#define PROTOTYPES 1 +#define PROTO_LIST(x) x