April 18, 2018 Issues » [Issue 18774] meta used in .di files causes link errors | |||
|---|---|---|---|
| |||
...D7current12__ModuleInfoZ 05C 00000000 UNDEF notype () External | _D7test1239test_funcFiiZv 05D 00000000 UNDEF notype External | _D18TypeInfo... | |||
July 20, 2017 General » The X Macro using D | |||
|---|---|---|---|
| |||
...X(id,reg,m,ty) id,
Y
#undef X
};
// Register number to use in addressing... | |||
July 05, 2017 General » Re: Linux linker errors with binutils >= 2.27 | |||
|---|---|---|---|
| |||
...elfobj.c: #define ELF_COMDAT TARGET_LINUX +#undef ELF_COMDAT +#define ELF_COMDAT 0 2... | |||
July 04, 2017 Issues » [Issue 17595] New: Fix warnings in PDF build & fail on specific warnings in the future | |||
|---|---|---|---|
| |||
...reference `usual-arithmetic-conversions' on page 112 undef ined on input line 5023. [112] LaTeX... | |||
May 22, 2017 Learn » Re: [OT] #define | |||
|---|---|---|---|
| |||
...bets. Note, there is no equivalent to #UNDEF in D. But unlike the preprocessor, all... | |||
April 05, 2017 General » Using the C preprocessor with D code | |||
|---|---|---|---|
| |||
...declaration */ #include "freetype2/freetype/fterrdef.h" #undef FT_ERRORDEF_ #undef FT_NOERRORDEF_ string toString(FT... | |||
February 24, 2017 Issues » [Issue 17220] invalid code with -m32 -inline and struct that's 4x the size of an assigned enum value | |||
|---|---|---|---|
| |||
...s overwritten
assert(0);
}
enum BCTypeEnum : ubyte
{
Undef,
i32 = 8, // value must be >= 8
}
struct... | |||
February 24, 2017 Issues » [Issue 17220] New: invalid code with -m32 -inline and struct that's 4x the size of an assigned enum value | |||
|---|---|---|---|
| |||
...s overwritten
assert(0);
}
enum BCTypeEnum : ubyte
{
Undef,
i32 = 8, // value must be >= 8
}
struct... | |||
December 05, 2016 Learn » Re: How to use library compiled with Microsoft Visual Studio 2015 in D? | |||
|---|---|---|---|
| |||
...00000000 UNDEF notype External | __imp__htonl@4 ./atlmfc/lib/nafxcw.lib 3C6 00000000 UNDEF notype... | |||
July 02, 2016 LDC » Re: How to track down a bad llvm optimization pass | |||
|---|---|---|---|
| |||
OK, I read some IR reference on undef, but hadn't seen that llvm has... | |||
Copyright © 1999-2021 by the D Language Foundation