From 5ca4073f6a87a12b0da23e7befae564714cc0e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 11 Mar 2006 21:30:58 +0000 Subject: oops, forgot to close #ifdef svn path=/trunk/externals/iem/iemmatrix/; revision=4694 --- src/iemmatrix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 98c9da2..34b15e3 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -81,6 +81,7 @@ # define expf(v) (float)exp((double)(v)) # define atan2f(v,p) (float)atan2((double)(v), (double)(p)) # define powf(v,p) (float)pow((double)(v), (double)(p)) +# endif #endif typedef double t_matrixfloat; -- cgit v1.2.1