From 3f66990d71544083a5143337f201ef0c0e6b770c Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Mon, 10 Nov 2014 22:31:42 +0000 Subject: Changed t_int to int svn path=/trunk/externals/mrpeach/; revision=17381 --- cmos/cd4075.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmos/cd4075.c') diff --git a/cmos/cd4075.c b/cmos/cd4075.c index 6274f9c..47bc3f2 100644 --- a/cmos/cd4075.c +++ b/cmos/cd4075.c @@ -5,9 +5,9 @@ typedef struct _cd4075 { t_object x_obj; - t_int x_in1; - t_int x_in2; - t_int x_in3; + int x_in1; + int x_in2; + int x_in3; t_outlet *x_out; t_inlet *x_inlet2;/* Second inlet is 'live' like the first */ t_inlet *x_inlet3;/* Third inlet is 'live' like the first */ -- cgit v1.2.1