freebsd-ports/lang/qc--/files/patch-interp:features.nw
Ying-Chieh Liao 752518241b add qc-- 20031201
The Quick C-- Compiler

PR:		59893
2003-12-05 00:56:32 +00:00

13 lines
323 B
Text

--- interp/features.nw.orig Fri Sep 6 04:01:44 2002
+++ interp/features.nw Mon Nov 10 16:46:33 2003
@@ -119,8 +119,8 @@
#ifndef _FLOAT_FEATURES_H
#define _FLOAT_FEATURES_H
-#include <fenv.h>
-#pragma STDC FENV_ACCESS ON
+/* #include <fenv.h> */
+/* #pragma STDC FENV_ACCESS ON */
#endif /* _FLOAT_FEATURES_H */
@