aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd40193.c
diff options
context:
space:
mode:
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;