Revision: 41992
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41992&view=rev
Author:   starseeker
Date:     2011-01-06 21:29:39 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
Try BU_EXTERN for fft...

Modified Paths:
--------------
    brlcad/trunk/src/libfft/fft.h

Modified: brlcad/trunk/src/libfft/fft.h
===================================================================
--- brlcad/trunk/src/libfft/fft.h       2011-01-06 21:24:32 UTC (rev 41991)
+++ brlcad/trunk/src/libfft/fft.h       2011-01-06 21:29:39 UTC (rev 41992)
@@ -47,8 +47,8 @@
 #  endif
 #endif
 
-FFT_EXPORT extern void splitdit(int N, int M);
-FFT_EXPORT extern void ditsplit(int n /* length */, int m /* n = 2^m */);
+FFT_EXPORT BU_EXTERN(void splitdit, (int N, int M));
+FFT_EXPORT BU_EXTERN(void ditsplit, (int n /* length */, int m /* n = 2^m */));
 
 /*
  * Local Variables:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to