Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13095/src
Modified Files: Tag: devel_0_39 m_binbuf.c Log Message: enable processing internal $ variables
Index: m_binbuf.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_binbuf.c,v retrieving revision 1.4.4.1.2.6 retrieving revision 1.4.4.1.2.7 diff -C2 -d -r1.4.4.1.2.6 -r1.4.4.1.2.7 *** m_binbuf.c 29 Jun 2006 13:02:34 -0000 1.4.4.1.2.6 --- m_binbuf.c 30 Jun 2006 11:22:42 -0000 1.4.4.1.2.7 *************** *** 497,501 **** while(i--)buf2[i]=0;
! #if 0 /* JMZ: currently, a symbol is detected to be A_DOLLSYM if it starts with '$' * the leading $ is stripped and the rest stored in "s" --- 497,501 ---- while(i--)buf2[i]=0;
! #if 1 /* JMZ: currently, a symbol is detected to be A_DOLLSYM if it starts with '$' * the leading $ is stripped and the rest stored in "s"