Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1449
Modified Files: Tag: devel_0_39 desire.c Log Message: deleted 280 lines... including introducing macros for some error checks.
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.120 retrieving revision 1.1.2.121 diff -C2 -d -r1.1.2.120 -r1.1.2.121 *** desire.c 21 Aug 2006 03:34:05 -0000 1.1.2.120 --- desire.c 21 Aug 2006 05:34:37 -0000 1.1.2.121 *************** *** 167,173 ****
void queue_put (t_queue *self, void *stuff) { char *buf; int bufn; t_binbuf *b = ((t_text *)stuff)->te_binbuf; - /* if (b) {char *buf; int bufn; binbuf_gettext(b,&buf,&bufn); printf("queue_put [%.*s]\n",bufn,buf);} else {printf("queue_put (%s)\n",(*(t_pd*)stuff)->c_name->s_name);} --- 167,173 ----
void queue_put (t_queue *self, void *stuff) { [...1762 lines suppressed...]
! void rtext_retext(t_rtext *x) ! { ! int w = 0, h = 0, indx; t_text *text = x->x_text; t_freebytes(x->x_buf, x->x_bufsize); --- 11024,11028 ---- #define BOXWIDTH 60
! void rtext_retext(t_rtext *x) { t_text *text = x->x_text; t_freebytes(x->x_buf, x->x_bufsize); *************** *** 11322,11326 **** char *decimal = 0, *nextchar, *ebuf = x->x_buf + bufsize, *s1, *s2; - int ndecimals; for (decimal = x->x_buf; decimal < ebuf; decimal++) if (*decimal == '.') --- 11042,11045 ----