Search

October 15
Learn »
```c
typedef union JSCFunctionType {
    JSCFunction *generic;
    JSValue (*generic_magic)(JSContext *ctx, JSValueConst this_val, int...
October 15
Learn »
...markusbkk/442a571353a48c5377c503e7d02570fb

My main problem are the macro functions at line 398 in my code...
October 15
Learn »
...WARNING
lib.c:1:9: warning: '__GNUC__' macro redefined [-Wmacro-redefined]
1 | #define __GNUC__ 8...
October 15
Learn »
...WARNING
lib.c:1:9: warning: '__GNUC__' macro redefined [-Wmacro-redefined]
1 | #define __GNUC__ 8...
October 15
Issues »
...WARNING
lib.c:1:9: warning: '__GNUC__' macro redefined [-Wmacro-redefined]
1 | #define __GNUC__ 8...
October 11
Learn »
...onlinedocs/cpp/Stringizing.html) to turn a macro argument into a string literal.

This works...
October 08
General »
...wrote:

In any language with a decent macro system: Nim and probably Rust, Elixir and...
September 12
Learn »
Yes, I agree; what I see is a very complicated Phobos2. Because it has become...
September 11
Learn »
this isnt autodecoding, cant be, your oping in debuging code and is for temp stuff
September 11
Learn »
Honestly, D, does not really need it, and most of solutions (like above) do have...
1 2 3
Next ›   Last »