diff options
author | Max Horn | 2011-05-17 12:58:34 +0200 |
---|---|---|
committer | Max Horn | 2011-05-17 12:58:34 +0200 |
commit | 9b2ef340dceebc3db36519051e45af0fd9477850 (patch) | |
tree | e62c53f742ee80cc5aed4839d72f2f744aa56eae /audio | |
parent | a03ed0a3f7643417bbc169301a4fdd23043f3134 (diff) | |
download | scummvm-rg350-9b2ef340dceebc3db36519051e45af0fd9477850.tar.gz scummvm-rg350-9b2ef340dceebc3db36519051e45af0fd9477850.tar.bz2 scummvm-rg350-9b2ef340dceebc3db36519051e45af0fd9477850.zip |
COMMON: Forbid use of some more symbols
Diffstat (limited to 'audio')
-rw-r--r-- | audio/softsynth/mt32/tables.cpp | 4 |
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> |