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/cd4094.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cmos/cd4094.c') diff --git a/cmos/cd4094.c b/cmos/cd4094.c index 0d7097a..03d503d 100644 --- a/cmos/cd4094.c +++ b/cmos/cd4094.c @@ -15,12 +15,12 @@ typedef struct _cd4094 t_outlet *x_Q8Out; t_outlet *x_QSOut; t_outlet *x_QprimeSOut; - t_int x_clock; - t_int x_data; - t_int x_data_in; - t_int x_strobe; - t_int x_output_enable; - t_int x_qprime; + int x_clock; + int x_data; + int x_data_in; + int x_strobe; + int x_output_enable; + int x_qprime; t_inlet *x_StrobeIn;/* Strobe takes one or zero as acceptable inputs. */ t_inlet *x_DataIn;/* Data takes one or zero as acceptable inputs. */ t_inlet *x_OutputEnable;/* Output Enable takes one or zero as acceptable inputs. */ -- cgit v1.2.1