June 06, 2018 Genel » Makrolar | |||
|---|---|---|---|
| |||
Merhaba,
```
#include <iostream>
#ifndef LOG
#define LOG(X) { \
std::cerr << "file \"" << __FILE__ << "\", line " << __LINE__ << ": "; \
std... | |||
March 26, 2018 Issues » [Issue 18667] New: Segfault in std.file.dirEntries | |||
|---|---|---|---|
| |||
...glibc/blob/master/sysdeps/posix/readdir.c #ifndef __READDIR # define __READDIR __readdir ... #endif __READDIR (DIR... | |||
January 03, 2018 Genel » attribute ((stdcall)) Hata Veriyor. | |||
|---|---|---|---|
| |||
...sonra derliyor. stdcall'u şu şekilde kullanıyorum: ``` #ifndef CPPWRAPPER_H #define CPPWRAPPER_H #ifdef __cplusplus... | |||
May 22, 2017 Learn » Re: [OT] #define | |||
|---|---|---|---|
| |||
...that makes sure that everything in the #ifndef GLEXT_64_TYPES_DEFINED block is only... | |||
May 22, 2017 Learn » Re: [OT] #define | |||
|---|---|---|---|
| |||
...used as operator both unarily and binarily. #IFNDEF regonizes all preprocessor declarations, empty or not... | |||
May 22, 2017 Learn » Re: [OT] #define | |||
|---|---|---|---|
| |||
...used for example to inline the functions: #ifndef MY_INLINE #define MY_INLINE #endif MY... | |||
May 22, 2017 Learn » [OT] #define | |||
|---|---|---|---|
| |||
...THING? What is SOME_THING?
#ifndef THING
#define THING
#endif
#ifndef SOME_THING
#define SOME... | |||
May 07, 2017 Issues » [Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind | |||
|---|---|---|---|
| |||
...that phase1 found for phase2 to use #ifndef __LP64__ // The implementation of _Unwind_Exception uses... | |||
July 23, 2016 LDC » Re: Can't manage to build ldc, problem seems to be compiling ldc/runtime/profile-rt/profile-rt-38/GCDAProfiling.c | |||
|---|---|---|---|
| |||
...I've also tried adding the lines #ifndef MAP_FILE # define MAP_FILE 0 #endif... | |||
July 23, 2016 LDC » Re: Can't manage to build ldc, problem seems to be compiling ldc/runtime/profile-rt/profile-rt-38/GCDAProfiling.c | |||
|---|---|---|---|
| |||
...adding the correct header file, or adding #ifndef MAP_FILE # define MAP_FILE 0 #endif | |||
Copyright © 1999-2021 by the D Language Foundation