February 16, 2023 Issues » [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "(" | |||
|---|---|---|---|
| |||
...digitalmars.com> --- Shouldn't the C preprocessor remove the #if line? and the #endif line? -- | |||
February 12, 2023 Issues » [Issue 23702] New: compilable/test23616.c:3:20: error: missing binary operator before token "(" | |||
|---|---|---|---|
| |||
...if __has_extension(gnu_asm)
void _hreset(int __eax)
{
__asm__ ("hreset $0" :: "a"(__eax));
}
#endif
```
-- | |||
January 10, 2023 Issues » [Issue 23513] ImportC doesn't export ncurses' attributes (C macros) | |||
|---|---|---|---|
| |||
...define NCURSES_CAST(type,value) (type)(value) #endif And NCURSES_ATTR_SHIFT is just 8... | |||
January 10, 2023 Issues » [Issue 23614] ImportC: __int128 not supported | |||
|---|---|---|---|
| |||
...elif _M_X64 #define BR_UMUL128 1 #endif #endif Then rest of the code checks... | |||
January 10, 2023 Issues » [Issue 23583] ImportC: undefined identifier `__builtin___memmove_chk` | |||
|---|---|---|---|
| |||
...chk (dest, src, len, __darwin_obsz0 (dest)) #endif meaning https://github.com/dlang/dmd/pull... | |||
January 09, 2023 Issues » [Issue 23616] New: ImportC: clang __has_feature and __has_extension not recognized | |||
|---|---|---|---|
| |||
...x) 0 // Compatibility with non-clang compilers. #endif #ifndef __has_extension #define __has_extension __has... | |||
December 10, 2022 Issues » [Issue 23548] New: [REG 2.098] C sources files have precedent over D modules | |||
|---|---|---|---|
| |||
...not build, machine. #endif #ifdef IN_GCC # include "ansidecl.h" #endif #endif /* GCC_CONFIG_H... | |||
December 10, 2022 Issues » [Issue 23547] New: [REG master] C header files have precedent over D modules | |||
|---|---|---|---|
| |||
...not build, machine. #endif #ifdef IN_GCC # include "ansidecl.h" #endif #endif /* GCC_CONFIG_H */ ``` -- | |||
August 02, 2022 Genel » SDL kütüphanesi kurulum sorunları | |||
|---|---|---|---|
| |||
...EXIT
- no label found: EXIT
; executing: ENDIF
- Unexpected ENDIF found, without preceding IF.
To prevent... | |||
July 23, 2022 General » Re: version(number) is completely useless | |||
|---|---|---|---|
| |||
...STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY) # define HAVE_MEMCPY #endif It's just madness. | |||
Copyright © 1999-2021 by the D Language Foundation