April 29, 2023 Issues » [Issue 23867] New: ImportC: undefined identifier `__builtin_isnan` | |||
|---|---|---|---|
| |||
...will undefine it. This happens on macOS */ # ifdef __cplusplus int R_isnancpp(double); /* in mlutils... | |||
March 10, 2023 Issues » [Issue 23770] New: ImportC: error on gnu atomic builtins | |||
|---|---|---|---|
| |||
...Reduced:
```
#ifdef __TINYC__
#elif defined(_WIN32)
#else
int atomic_load(const volatile int *p)
{
#ifdef... | |||
February 22, 2023 General » A 'lazy' compilation mode to make writting multiplatform code easier without having to clutter the project | |||
|---|---|---|---|
| |||
...the C/C++ mistake with unreadable/unfollowable ``#ifdef`` everywhere I try to structure my code... | |||
January 10, 2023 Issues » [Issue 23513] ImportC doesn't export ncurses' attributes (C macros) | |||
|---|---|---|---|
| |||
...ATTR_SHIFT))
NCURSES_CAST is defined as:
#ifdef __cplusplus
extern "C" {
#define NCURSES_CAST(type... | |||
January 10, 2023 Issues » [Issue 23614] ImportC: __int128 not supported | |||
|---|---|---|---|
| |||
...if !defined BR_INT128 && !defined BR_UMUL128 #ifdef __SIZEOF_INT128__ #define BR_INT128 1 #elif... | |||
January 09, 2023 Issues » [Issue 23613] ImportC: asm with parentheses | |||
|---|---|---|---|
| |||
...realistic for ImportC. However, most .h files #ifdef out that stuff. Hence: https://github.com... | |||
December 10, 2022 Issues » [Issue 23548] New: [REG 2.098] C sources files have precedent over D modules | |||
|---|---|---|---|
| |||
...ifdef GENERATOR_FILE #error config.h is for the host, not build, machine. #endif #ifdef... | |||
December 10, 2022 Issues » [Issue 23547] New: [REG master] C header files have precedent over D modules | |||
|---|---|---|---|
| |||
...ifdef GENERATOR_FILE #error config.h is for the host, not build, machine. #endif #ifdef... | |||
August 15, 2022 General » Re: Ana Kedi | |||
|---|---|---|---|
| |||
...is a version statement, resembling `{$ifdef}` in Pascal or `#ifdef` in C, but arguably cleaner... | |||
July 20, 2022 General » Re: version(number) is completely useless | |||
|---|---|---|---|
| |||
...is also another `#ifdef` mess allowed in C: ```c void func( #ifdef FOO_INT_PARAM... | |||
Copyright © 1999-2021 by the D Language Foundation