[PD-cvs] pd/src x_arithmetic.c,1.4.6.1,1.4.6.2

Russell Bryant russellbryant at users.sourceforge.net
Sun Jan 6 03:38:29 CET 2008


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16042

Modified Files:
      Tag: branch-v0-40-extended
	x_arithmetic.c 
Log Message:
remove an unused variable.


Index: x_arithmetic.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_arithmetic.c,v
retrieving revision 1.4.6.1
retrieving revision 1.4.6.2
diff -C2 -d -r1.4.6.1 -r1.4.6.2
*** x_arithmetic.c	2 Jan 2008 17:20:38 -0000	1.4.6.1
--- x_arithmetic.c	6 Jan 2008 02:38:27 -0000	1.4.6.2
***************
*** 665,671 ****
  {
      float g;
- #ifdef MSW
-     char buf[10];
- #endif
      if (f > MAXLOG) f = MAXLOG;
      g = expf(f);
--- 665,668 ----





More information about the Pd-cvs mailing list