October 25, 2015 LDC » this source | |||
|---|---|---|---|
| |||
#ifndef __BOOT_ASM_H__ #define __BOOT_ASM_H__ /* Assembler macros to create x86 segments */ /* Normal... | |||
February 11, 2015 Announce » Re: Calypso: Direct and full interfacing to C++ | |||
|---|---|---|---|
| |||
...include "cpp/calypso.h" #include "expression.h" +#ifndef _MSC_VER #include <unistd.h> +#endif + #include... | |||
February 04, 2015 General » Re: Creating named tempfiles | |||
|---|---|---|---|
| |||
...of function declarations surrounded by #ifdef __NT__ #ifndef __STDC__ // declarations #endif #endif and it's... | |||
November 26, 2014 General » Re: [OT] unbelievable: #ifdef _OTHER_LIB_H | |||
|---|---|---|---|
| |||
...seen this before): // some evil .h file: ... #ifndef someSillyStdLibMacro #define someSillyStdLibMacro myOwnBrokenImpl #endif So if... | |||
November 26, 2014 General » [OT] unbelievable: #ifdef _OTHER_LIB_H | |||
|---|---|---|---|
| |||
...thing today.... and it failed. wait what?! #ifndef _XLIB_H_ #error Please include <X11/Xlib... | |||
September 13, 2014 General » Re: Getting completely (I mean ENTIRELY) rid off GC | |||
|---|---|---|---|
| |||
...basic_string.h:
_CharT*
_M_refcopy() throw()
{
#ifndef _GLIBCXX_FULLY_DYNAMIC_STRING
if (__builtin_expect... | |||
August 06, 2014 General » Re: assert semantic change proposal | |||
|---|---|---|---|
| |||
...based on code that is guarded by: #ifndef _NDEBUG //code that could be used for... | |||
July 09, 2014 Learn » Small part of a program : d and c versions performances diff. | |||
|---|---|---|---|
| |||
...a){
*a = 9;
}
[/code]
and jol.h
#ifndef JOL_H
#define JOL_H
void tes... | |||
July 05, 2014 Learn » Compile time definitions | |||
|---|---|---|---|
| |||
...my code? In C... #include <stdio.h> #ifndef SOMETHING #define SOMETHING "bar" #endif int main... | |||
March 14, 2014 General » Re: Final by default? | |||
|---|---|---|---|
| |||
...rats'-nest of #if's, #ifdef's, #ifndef's, and "functions" that aren't defined... | |||
Copyright © 1999-2021 by the D Language Foundation