amxmodx/compiler
Arkshine c4b233d094 Compiler: Improve sizeof return on array without specifiying the dimensions.
Imported from Pawn 3.1.3636.

"When making an array without specifiying the dimensions, but where the element
count at the lowest dimension is the same for all, the compiler now "counts"
this size, rather than setting the lowest dimension as "variable length".

An example for this situation is the declaration:
    new my_array[][] = { {1,0}, {2,1}, {3,1} }
No dimensions are given, but the new compiler determines that the minor
dimension is 2 (and the major dimension is 3). Previous compilers set the
minor dimension to 0 --meaning "variable"."
2014-08-26 09:05:00 +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: Improve sizeof return on array without specifiying the dimensions. 2014-08-26 09:05:00 +02:00