aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd40193.c
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2014-11-10 22:31:42 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2014-11-10 22:31:42 +0000
commit3f66990d71544083a5143337f201ef0c0e6b770c (patch)
treeb4eb68415b11ea0024223f871ca1aeb1d45e2eee /cmos/cd40193.c
parenta6465a398ce14179195c55db2e23d7e5e6b14d12 (diff)
Changed t_int to int
svn path=/trunk/externals/mrpeach/; revision=17381
Diffstat (limited to 'cmos/cd40193.c')
-rw-r--r--cmos/cd40193.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/cmos/cd40193.c b/cmos/cd40193.c
index 22bdcbc..8247f42 100644
--- a/cmos/cd40193.c
+++ b/cmos/cd40193.c
@@ -11,15 +11,15 @@ typedef struct _cd40193
t_outlet *x_QDOut;
t_outlet *x_CarryOut;
t_outlet *x_BorrowOut;
- t_int x_countUp;
- t_int x_countDown;
- t_int x_dataA;
- t_int x_dataB;
- t_int x_dataC;
- t_int x_dataD;
- t_int x_load;
- t_int x_clear;
- t_int x_count;
+ int x_countUp;
+ int x_countDown;
+ int x_dataA;
+ int x_dataB;
+ int x_dataC;
+ int x_dataD;
+ int x_load;
+ int x_clear;
+ int x_count;
t_inlet *x_CountDownIn;/* All inlets take one or zero as acceptable inputs. */
t_inlet *x_ClearIn;
t_inlet *x_LoadIn;