From dc2fd29b378aae1597fdc1954da0e01f75816bd4 Mon Sep 17 00:00:00 2001 From: musil Date: Tue, 7 Nov 2006 17:11:40 +0000 Subject: makefile_win makefile_linux update we dont need #if MSW_VER chanched float to t_float svn path=/trunk/externals/iemlib/; revision=6221 --- src/iemlib2/float24.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iemlib2/float24.c') diff --git a/src/iemlib2/float24.c b/src/iemlib2/float24.c index 7c313fe..4f6d11a 100644 --- a/src/iemlib2/float24.c +++ b/src/iemlib2/float24.c @@ -18,7 +18,7 @@ iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 typedef struct _float24 { t_object x_obj; - float x_arg; + t_float x_arg; } t_float24; static t_class *float24_class; -- cgit v1.2.1