Search

November 20
Learn »
...ldc/bin/ldc2+0x103c03221)
 #7 0x00000001041c023e IrGlobal::define() (/ldc/bin/ldc2+0x103c7b23e)
 #8 0x0000000104129575 CodegenVisitor...
November 19
Issues »
...you can specify the alignment when you define the constant, but this is here to...
November 14
Learn »
You define a contract that Dscanner does not understand. The more simple solution, as you...
October 25
Announce »
...here
}
struct PangoCustomRendererClass{
	PangoRendererClass parentClass;
}

mixin(G_DEFINE_TYPE("PangoCustomRenderer", "pango_Custom_renderer", "PANGO_TYPE...
October 23
Learn »
...equivalent to when you use C's #define to declare a value.

A static variable...
October 16
Issues »
...compile
How to reproduce

//SDL3.c
#define __GNUC__ 8
#define SDL_MAIN_USE_CALLBACKS 1...
October 15
Learn »
...int64_t i64;
        double f64;
    } u;
} JSCFunctionListEntry;

#define JS_CFUNC_DEF(name, length, func1) { name...
October 15
Learn »
...can define __GNUC__ to be greater than 7
(for example - comment definition)

//lib.c
#define...
October 15
Learn »
...can define __GNUC__ to be greater than 7
(for example - comment definition)

//lib.c
#define...
October 15
Issues »
...can define __GNUC__ to be greater than 7
(for example - comment definition)

//lib.c
#define...
1 2 3
Next ›   Last »