sourcemod/sourcepawn
Peace-Maker 9a26ae0526 Fix declaring variable on same line after array
int a[5], b;
b would get a size of |0| on the stack instead of a sizeof(cell_t).
Bug: https://bugs.alliedmods.net/show_bug.cgi?id=6335
2015-04-04 11:03:27 -04:00
..
batchtool Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
compiler Fix declaring variable on same line after array 2015-04-04 11:03:27 -04:00
include/smx Bump SourcePawn version to 1.7 to match SourceMod. 2014-08-23 19:26:51 -07:00
jit Disable RTTI for Loader, Logic, and JIT bins 2014-09-11 17:15:59 -07:00