Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4032
Modified Files: Tag: desiredata builtins.c Log Message: shrink
Index: builtins.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/builtins.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** builtins.c 3 Jan 2007 16:35:00 -0000 1.1.2.3 --- builtins.c 3 Jan 2007 19:27:23 -0000 1.1.2.4 *************** *** 8,12 ****
#define PD_PLUSPLUS_FACE ! #include "m_pd.h" #include "s_stuff.h" #include <math.h> --- 8,12 ----
#define PD_PLUSPLUS_FACE ! #include "desire.h" #include "s_stuff.h" [...2157 lines suppressed...] t_symbol *s = gensym("acoustics.pd"); ! FUNC1DECL(mtof); ! FUNC1DECL(ftom); ! FUNC1DECL(powtodb); ! FUNC1DECL(rmstodb); ! FUNC1DECL(dbtopow); ! FUNC1DECL(dbtorms); random_setup(); loadbang_setup(); --- 3519,3528 ---- void builtins_setup() { t_symbol *s = gensym("acoustics.pd"); ! FUNC1DECL(mtof, "mtof"); ! FUNC1DECL(ftom, "ftom"); ! FUNC1DECL(powtodb,"powtodb"); ! FUNC1DECL(rmstodb,"rmstodb"); ! FUNC1DECL(dbtopow,"dbtopow"); ! FUNC1DECL(dbtorms,"dbtorms"); random_setup(); loadbang_setup();