amxmodx/compiler
Arkshine 6978e2dc4c Compiler: Fix in recursion detection.
Original fix imported from pawn 3.1.3522.
This fixes where for some plugins you would have:

   Stack/heap size:      16384 bytes; usage is unknown, due to recursion

Now, you get:

   Stack/heap size:      16384 bytes; estimated max. usage=782 cells (3128 bytes)
2014-08-26 09:04:37 +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 in recursion detection. 2014-08-26 09:04:37 +02:00