Search

October 15, 2007
c++.stlsoft »
...the following two lines at line 324:

# elif (__BORLANDC__ == 0x0582)
#  define STLSOFT_COMPILER_VERSION_STRING...
March 29, 2007
General »
...lib
-L-L$D_BIN/../../dm/lib"
elif [ "$WHICH" = "tango" ]; then
    DFLAGS="-I$D_BIN...
March 22, 2007
General »
...lib -L-L$D_BIN/../../dm/lib"
elif [ "$WHICH" = "tango" ]; then
    DFLAGS="-I$D_BIN...
March 16, 2007
General »
...fact that some languages have "elsif" or "elif" or equivalent instead of "else if" was...
March 16, 2007
GDC »
...h>
 # elif SKYOS
 #  define alloca __builtin_alloca
-# elif defined(__APPLE__) && (GCC_VER <= 33)
+# elif (defined...
March 12, 2007
Issues »
...C (or C++) pre-processor. So I'd guess he was indeed thinking of #elif :).
March 12, 2007
Issues »
...elseif" as a single word.  Maybe you're thinking of the "#elif" preprocessor command?

lol.

August 05, 2006
Issues »
...the link, if it is a link
elif [ -l $argv0 && -e dirname(readlink($argv0))/dmd...
April 29, 2006
GDC »
...DMC__
 typedef _Complex long double complex_t;
-#elif IN_GCC
 #else
 #ifndef IN_GCC
 #include...
March 13, 2006
c++.command-line »
...WIN32) && (_MSC_VER >= 800)
        #define WINAPI              __stdcall
    #elif defined(WIN16)
        #define WINAPI              _far _pascal
    #else...
1 2 3 4 5 6 7 8 9
Next ›   Last »