aboutsummaryrefslogtreecommitdiff
path: root/src/z_sigbin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/z_sigbin.c')
-rw-r--r--src/z_sigbin.c19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/z_sigbin.c b/src/z_sigbin.c
index b1023e7..dc4932e 100644
--- a/src/z_sigbin.c
+++ b/src/z_sigbin.c
@@ -1,3 +1,19 @@
+/******************************************************
+ *
+ * zexy - implementation file
+ *
+ * copyleft (c) IOhannes m zmölnig
+ *
+ * 1999:forum::für::umläute:2004
+ *
+ * institute of electronic music and acoustics (iem)
+ *
+ ******************************************************
+ *
+ * license: GNU General Public License v.2
+ *
+ ******************************************************/
+
/*
finally :: some of the missing binops for signals :: abs~, sgn~, >~, <~, ==~, &&~, ||~
@@ -9,8 +25,6 @@
#ifdef NT
#define fabsf fabs
-#pragma warning( disable : 4244 )
-#pragma warning( disable : 4305 )
#endif
typedef struct _misc
@@ -798,4 +812,5 @@ void z_sigbin_setup(void)
sigEQUAL_setup();
sigOR_setup();
sigAND_setup();
+ zexy_register("sigbin");
}