diff options
Diffstat (limited to 'ghc/lib/misc/cbits/ByteOps.h')
-rw-r--r-- | ghc/lib/misc/cbits/ByteOps.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ghc/lib/misc/cbits/ByteOps.h b/ghc/lib/misc/cbits/ByteOps.h deleted file mode 100644 index 73681d0131..0000000000 --- a/ghc/lib/misc/cbits/ByteOps.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef BYTEOPS_H -#define BYTEOPS_H - -/* "Native" support */ -/* sigh again: without these some (notably "float") willnae work */ -I_ long2bytes__ (long, unsigned char *); -I_ int2bytes__ (int, unsigned char *); -I_ short2bytes__ (short, unsigned char *); -I_ float2bytes__ (float, unsigned char *); -I_ double2bytes__ (double, unsigned char *); - -I_ bytes2long__ (P_, I_ *); -I_ bytes2int__ (P_, I_ *); -I_ bytes2short__ (P_, I_ *); -I_ bytes2float__ (P_, StgFloat *); -I_ bytes2double__ (P_, StgDouble *); - -#endif |