January 25, 2014 LDC » Re: Build on OSX Mavericks | |||
|---|---|---|---|
| |||
...gen/logger.h @@ -15,7 +15,8 @@ #ifndef LDC_GEN_LOGGER_H #define LDC_GEN... | |||
January 10, 2014 General » Re: Does the dub registry at code.dlang.org have problems? | |||
|---|---|---|---|
| |||
Looking at tk.h i see this: #ifndef _XLIB_H # if defined(MAC_OSX_TK... | |||
December 16, 2013 General » Re: between and among: worth Phobosization? | |||
|---|---|---|---|
| |||
...tk!"identifier")
&& v[i + 1].value_.among("ifndef", "ifdef"))) {
++openIf;
} else if (v[i .. $].atSequence... | |||
August 09, 2013 Genel » alias'a değer atama | |||
|---|---|---|---|
| |||
...bu .h dosyalarini D modulune ceviriyormus. sadece ifndef gibi onislemci bilgilerini silmemizi istiyor cikan lst... | |||
March 09, 2013 General » Re: C++ guys hate static_if? | |||
|---|---|---|---|
| |||
...endif
#ifdef X
long n = x;
#endif
#ifndef X
tx n = x;
#endif
[quote]
We... | |||
November 23, 2012 Learn » Re: Complex C typedef decl replacement | |||
|---|---|---|---|
| |||
...on #endif #ifndef GLAPI #define GLAPI extern #endif #ifndef GLAPIENTRY #define GLAPIENTRY #endif #ifndef APIENTRY... | |||
October 29, 2012 Learn » Re: Correct way to map C #define to version | |||
|---|---|---|---|
| |||
...GBR 4:4:4 48bpp, little endian
#ifndef AV_PIX_FMT_ABI_GIT_MASTER
PIX... | |||
October 22, 2012 Learn » Correct way to map C #define to version | |||
|---|---|---|---|
| |||
...MINOR 77 #define LIBAVFILTER_VERSION_MICRO 100 . . . #ifndef FF_API_PACKING #define FF_API_PACKING... | |||
August 20, 2012 Learn » Re: user defined no bounds check | |||
|---|---|---|---|
| |||
...returns true). There is no equivalent for "ifndef debug", but I agree that is bad... | |||
July 30, 2012 Genel » D ile LCD panel kontrolü | |||
|---|---|---|---|
| |||
...ms delay after all four of them.
#ifndef USE_RW_PIN
delay_ms(5);
#endif... | |||
Copyright © 1999-2021 by the D Language Foundation