Search

June 30
Issues »
...Here's the header file lib.h:

---
#ifdef __cplusplus
  #define BL_DEFINE_CONST static constexpr...
April 13
Learn »
...dub.json?

for instance: c source has #ifdef ORT_DLL_IMPORT

normally we do it...
March 31
General »
...syntaxes.

Usually, in header files with asm syntax, it can be disabled with an #ifdef.
March 04
Announce »
...define that wasn't guarded with an ifdef and was related to how it was...
February 18
Learn »
...seem the necessary Windows headers (IPTypes.h / ifdef.h) have been ported to D for...
February 12, 2024
Issues »
...extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
#ifdef __STDC__
#define __weak_reference(sym,alias)     \
        __asm...
December 25, 2023
Issues »
...opcode -> label lookup if using clang/GCC */
#ifdef JANET_USE_COMPUTED_GOTOS
     static void *op...
December 21, 2023
General »
...opcode -> label lookup if using clang/GCC */
#ifdef JANET_USE_COMPUTED_GOTOS
    static void *op...
November 16, 2023
Internals »
...files instead of the version hell like #ifdef hell in C. However, in order this...
November 04, 2023
Learn »
...h>
#include <stddef.h>
#include <stdint.h>

#ifdef CUSTOM_D_ARRAY_TYPE
#define _d_dynamicArray...
« First   ‹ Prev
1 2
Next ›   Last »