1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Fail on non-apple

This commit is contained in:
Peter Boyle 2021-08-22 18:40:55 +01:00
parent ec9c3fe77a
commit c6a5499c8b

View File

@ -52,8 +52,8 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#include <fenv.h>
static int
#ifdef __APPLE__
static int
feenableexcept (unsigned int excepts)
{
#if 0