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/add2_comma.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/iemlib2/add2_comma.c') diff --git a/src/iemlib2/add2_comma.c b/src/iemlib2/add2_comma.c index 2952a53..c5b6322 100644 --- a/src/iemlib2/add2_comma.c +++ b/src/iemlib2/add2_comma.c @@ -5,10 +5,7 @@ iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 #include "m_pd.h" #include "iemlib.h" -#include -#include -#include -#include + /* --------------------------------- add2_comma ----------------------------------- */ /* -- a special add2-message for messageboxes, which append a comma to a message -- */ @@ -30,7 +27,7 @@ static void add2_comma_bang(t_add2_comma *x) outlet_anything(x->x_obj.ob_outlet, x->x_sym, 1, x->x_at); } -static void add2_comma_float(t_add2_comma *x, t_float f) +static void add2_comma_float(t_add2_comma *x, t_floatarg f) { SETCOMMA(x->x_at); SETFLOAT(x->x_at+1, f); -- cgit v1.2.1