Revision: 41995
http://brlcad.svn.sourceforge.net/brlcad/?rev=41995&view=rev
Author: starseeker
Date: 2011-01-06 21:57:37 +0000 (Thu, 06 Jan 2011)
Log Message:
-----------
BU_EXTERN means pulling bu as a requirement - let's not do that unless we
really have to.
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:35:37 UTC (rev 41994)
+++ brlcad/trunk/src/libfft/fft.h 2011-01-06 21:57:37 UTC (rev 41995)
@@ -47,8 +47,8 @@
# endif
#endif
-FFT_EXPORT BU_EXTERN(void splitdit, (int N, int M));
-FFT_EXPORT BU_EXTERN(void ditsplit, (int n /* length */, int m /* n = 2^m */));
+FFT_EXPORT extern void splitdit(int N, int M);
+FFT_EXPORT 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