amxmodx/compiler
Arkshine 65c29cafa0 Compiler: Fix #elseif handling not working as expected.
Improted from Pawn 3.1.3636.

-- Example

#define VAR 1

#if VAR == 1
  // code
#elseif VAR == 2
  // code
#endif

--
Returns error(38).
2014-08-26 09:05:01 +02:00
..
amxxpc Remove "Done." text from compiler. 2014-08-16 18:03:34 +01:00
compile Update license headers for compiler. 2014-08-04 13:18:28 -05:00
libpc300 Compiler: Fix #elseif handling not working as expected. 2014-08-26 09:05:01 +02:00