Search

April 29, 2023
Issues »
...will undefine it. This happens on macOS */
# ifdef __cplusplus
  int R_isnancpp(double); /* in mlutils...
March 10, 2023
Issues »
...Reduced:

```
#ifdef __TINYC__
#elif defined(_WIN32)
#else
int atomic_load(const volatile int *p)
{
#ifdef...
February 22, 2023
General »
...the C/C++ mistake with unreadable/unfollowable ``#ifdef`` everywhere

I try to structure my code...
January 10, 2023
Issues »
...ATTR_SHIFT))

NCURSES_CAST is defined as:

#ifdef __cplusplus
extern "C" {
#define NCURSES_CAST(type...
January 10, 2023
Issues »
...if !defined BR_INT128 && !defined BR_UMUL128
#ifdef __SIZEOF_INT128__
#define BR_INT128    1
#elif...
January 09, 2023
Issues »
...realistic for ImportC. However, most .h files #ifdef out that stuff.

Hence:

https://github.com...
December 10, 2022
Issues »
...ifdef GENERATOR_FILE
#error config.h is for the host, not build, machine.
#endif
#ifdef...
December 10, 2022
Issues »
...ifdef GENERATOR_FILE
#error config.h is for the host, not build, machine.
#endif
#ifdef...
August 15, 2022
General »
...is a version statement, resembling `{$ifdef}` in Pascal or `#ifdef` in C, but arguably cleaner...
July 20, 2022
General »
...is also another `#ifdef` mess allowed in C:
```c
void func(
#ifdef FOO_INT_PARAM...
1 2 3 4
Next ›   Last »