Update of /cvsroot/audacity/lib-src/libnyquist/nyquist/xlisp
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6038

Modified Files:
        xlsys.c 
Log Message:
Fix crashes on x86_64 Linux due to type discrepancy.  (Have sent patch
upstream as well.)


Index: xlsys.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/nyquist/xlisp/xlsys.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xlsys.c     5 Mar 2009 16:34:00 -0000       1.2
+++ xlsys.c     16 Jan 2010 18:41:51 -0000      1.3
@@ -28,9 +28,9 @@
 #include "xlisp.h"
 
 /* profile variables */
-static int invisible_counter;
-int *profile_count_ptr = &invisible_counter;
-int profile_flag = FALSE;
+static FIXTYPE invisible_counter;
+FIXTYPE *profile_count_ptr = &invisible_counter;
+FIXTYPE profile_flag = FALSE;
 
 
 /* external variables */


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to