October 15, 2007 c++.stlsoft » Re: Need some help STLsoft + Turbo Explorer | |||
|---|---|---|---|
| |||
...the following two lines at line 324: # elif (__BORLANDC__ == 0x0582) # define STLSOFT_COMPILER_VERSION_STRING... | |||
March 29, 2007 General » script for configuring dmd to work with phobos and tango on linux | |||
|---|---|---|---|
| |||
...lib
-L-L$D_BIN/../../dm/lib"
elif [ "$WHICH" = "tango" ]; then
DFLAGS="-I$D_BIN... | |||
March 22, 2007 General » Re: stdio performance in tango, stdlib, and perl | |||
|---|---|---|---|
| |||
...lib -L-L$D_BIN/../../dm/lib"
elif [ "$WHICH" = "tango" ]; then
DFLAGS="-I$D_BIN... | |||
March 16, 2007 General » Re: Extended Type Design. | |||
|---|---|---|---|
| |||
...fact that some languages have "elsif" or "elif" or equivalent instead of "else if" was... | |||
March 16, 2007 GDC » [Issue 1065] New: On OpenBSD, alloca(3) is in stdlib.h | |||
|---|---|---|---|
| |||
...h> # elif SKYOS # define alloca __builtin_alloca -# elif defined(__APPLE__) && (GCC_VER <= 33) +# elif (defined... | |||
March 12, 2007 Issues » Re: [Issue 1053] New: Make 'static else if' or 'static if (...) {...} else if' work | |||
|---|---|---|---|
| |||
...C (or C++) pre-processor. So I'd guess he was indeed thinking of #elif :). | |||
March 12, 2007 Issues » Re: [Issue 1053] New: Make 'static else if' or 'static if (...) {...} else if' work | |||
|---|---|---|---|
| |||
...elseif" as a single word. Maybe you're thinking of the "#elif" preprocessor command? lol. | |||
August 05, 2006 Issues » Re: [Issue 278] New: dmd.conf search path dosn't work | |||
|---|---|---|---|
| |||
...the link, if it is a link elif [ -l $argv0 && -e dirname(readlink($argv0))/dmd... | |||
April 29, 2006 GDC » Re: GDC with later DMD's | |||
|---|---|---|---|
| |||
...DMC__ typedef _Complex long double complex_t; -#elif IN_GCC #else #ifndef IN_GCC #include... | |||
March 13, 2006 c++.command-line » _MSC_VER | |||
|---|---|---|---|
| |||
...WIN32) && (_MSC_VER >= 800)
#define WINAPI __stdcall
#elif defined(WIN16)
#define WINAPI _far _pascal
#else... | |||
Copyright © 1999-2021 by the D Language Foundation