aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/tables.cpp
diff options
context:
space:
mode:
authorMax Horn2011-05-17 12:58:34 +0200
committerMax Horn2011-05-17 12:58:34 +0200
commit9b2ef340dceebc3db36519051e45af0fd9477850 (patch)
treee62c53f742ee80cc5aed4839d72f2f744aa56eae /audio/softsynth/mt32/tables.cpp
parenta03ed0a3f7643417bbc169301a4fdd23043f3134 (diff)
downloadscummvm-rg350-9b2ef340dceebc3db36519051e45af0fd9477850.tar.gz
scummvm-rg350-9b2ef340dceebc3db36519051e45af0fd9477850.tar.bz2
scummvm-rg350-9b2ef340dceebc3db36519051e45af0fd9477850.zip
COMMON: Forbid use of some more symbols
Diffstat (limited to 'audio/softsynth/mt32/tables.cpp')
-rw-r--r--audio/softsynth/mt32/tables.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/softsynth/mt32/tables.cpp b/audio/softsynth/mt32/tables.cpp
index 4bb6a06053..25ee0436db 100644
--- a/audio/softsynth/mt32/tables.cpp
+++ b/audio/softsynth/mt32/tables.cpp
@@ -19,6 +19,10 @@
* IN THE SOFTWARE.
*/
+
+// FIXME: Avoid using rand
+#define FORBIDDEN_SYMBOL_EXCEPTION_rand
+
#include <stdlib.h>
#include <string.h>
#include <math.h>