Edoardo Prezioso 8e1e8525a3 Partial rewrite of Tokenizer::simplifyComma:
skip '= { .. }' where possible;
hence remove '%num% after comma' check because it's redundant now;
replace round braces counter method with faster 'link skip';
if 'endAt' is 'NULL' after finding the ';' token, exit the function;
hence remove redundant 'tok != NULL' check after simplifying 'return' code.
2012-09-20 21:45:16 +02:00
..
2012-04-17 12:57:16 +02:00
2012-05-06 10:37:41 -07:00
2012-09-16 13:38:46 +02:00
2012-09-16 16:29:06 +02:00
2012-05-16 09:04:03 -07:00