aboutsummaryrefslogtreecommitdiff
path: root/cx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cx.c')
-rw-r--r--cx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cx.c b/cx.c
index f8020d6..5ef642e 100644
--- a/cx.c
+++ b/cx.c
@@ -8,7 +8,7 @@
#endif
#include <m_pd.h>
-
+#include "cx.h"
typedef struct _cxc
{
@@ -99,5 +99,6 @@ void cxc_setup(void)
post("c : jdl@xdv.org ========================================");
post(" x : ver: "VERSION" ============================================");
post(" c: compiled: "__DATE__" ==================================");
- post("\\");
+ // post("\\");
+ // L;
}