Search

February 16, 2023
Issues »
...digitalmars.com> ---
Shouldn't the C preprocessor remove the #if line? and the #endif line?

--
February 12, 2023
Issues »
...if __has_extension(gnu_asm)
void _hreset(int __eax)
{
    __asm__ ("hreset $0" :: "a"(__eax));
}
#endif
```

--
January 10, 2023
Issues »
...define NCURSES_CAST(type,value) (type)(value)
#endif

And NCURSES_ATTR_SHIFT is just 8...
January 10, 2023
Issues »
...elif _M_X64
#define BR_UMUL128   1
#endif
#endif

Then rest of the code checks...
January 10, 2023
Issues »
...chk (dest, src, len, __darwin_obsz0 (dest))
#endif

meaning https://github.com/dlang/dmd/pull...
January 09, 2023
Issues »
...x) 0  // Compatibility with non-clang compilers.
#endif
#ifndef __has_extension
  #define __has_extension __has...
December 10, 2022
Issues »
...not build, machine.
#endif
#ifdef IN_GCC
# include "ansidecl.h"
#endif
#endif /* GCC_CONFIG_H...
December 10, 2022
Issues »
...not build, machine.
#endif
#ifdef IN_GCC
# include "ansidecl.h"
#endif
#endif /* GCC_CONFIG_H */
```

--
August 02, 2022
Genel »
...EXIT
     - no label found: EXIT
     ; executing: ENDIF
     - Unexpected ENDIF found, without preceding IF.
     To prevent...
July 23, 2022
General »
...STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
#  define HAVE_MEMCPY
#endif

It's just madness.
1 2 3 4
Next ›   Last »