DB48X-on-DM42/.clangd
Christophe de Dinechin 2760ad67c7 Add _WCHAR_T_DEFINED for bid_functions.h
Otherwise, this file tries the following, with errors out on all includding
files:

    typedef int wchar_t;

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-20 15:23:43 +02:00

2 lines
357 B
Text

CompileFlags:
Add: [-xc++, -std=gnu++17, -Idmcp, -Isrc/dm42, -Isrc, -Iinc, -Irecorder, -I../dmcp, -I../src/dm42, -I../src, -I../inc, -I../recorder, -DDECIMAL_CALL_BY_REFERENCE, -DDECIMAL_GLOBAL_ROUNDING, -DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS, -DDECIMAL_GLOBAL_EXCEPTION_FLAGS, -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS, -D_WCHAR_T_DEFINED ]