summaryrefslogtreecommitdiff
path: root/includes/rts/PrimFloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/PrimFloat.h')
-rw-r--r--includes/rts/PrimFloat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/PrimFloat.h b/includes/rts/PrimFloat.h
index 248ea6246f..835a18aac4 100644
--- a/includes/rts/PrimFloat.h
+++ b/includes/rts/PrimFloat.h
@@ -9,12 +9,9 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_PRIMFLOAT_H
-#define RTS_PRIMFLOAT_H
+#pragma once
StgDouble __int_encodeDouble (I_ j, I_ e);
StgFloat __int_encodeFloat (I_ j, I_ e);
StgDouble __word_encodeDouble (W_ j, I_ e);
StgFloat __word_encodeFloat (W_ j, I_ e);
-
-#endif /* RTS_PRIMFLOAT_H */