mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
COMMON: Attempt to make 'forbidden symbol' error more helpful
This commit is contained in:
parent
0a2fb9a465
commit
0403cfc060
@ -34,6 +34,9 @@
|
||||
* Backend files may #define FORBIDDEN_SYMBOL_ALLOW_ALL if they
|
||||
* have to access functions like fopen, fread etc.
|
||||
* Regular code, esp. code in engines/, should never do that.
|
||||
* To ease transition, though, we allow re-enabling selected symbols
|
||||
* in frontend code. However, this should only be used as a temporary
|
||||
* measure. Especially new code should avoid this at all costs.
|
||||
*/
|
||||
|
||||
#ifndef FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
@ -51,7 +54,7 @@
|
||||
* the compiler will hopefully print along with its own error message),
|
||||
* we try to make clear what is causing the error.
|
||||
*/
|
||||
#define FORBIDDEN_SYMBOL_REPLACEMENT FORBIDDEN SYMBOL !%*
|
||||
#define FORBIDDEN_SYMBOL_REPLACEMENT FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%*
|
||||
|
||||
|
||||
#ifndef FORBIDDEN_SYMBOL_EXCEPTION_printf
|
||||
|
Loading…
Reference in New Issue
Block a user