>>107627055
ok, so im modernizing my codebase (again)
i have this:
__attribute__((weak)) extern fn_dll_config *global_fn_dll_config;
thanks to this i can emit an error message if this variable isnt declared proper, elsewhere
but i catch the error at runtime. which fucking sucks, i want it to fail during compiletime
any ideas?