CIA.vc
Archived Message
for Fbc
Stats » Projects » Fbc » Archived Message
envelope
Received 07:45 on Nov 02, 2009
Generated by Python Subversion client for CIA version 1.20
linksUTC clock
05:58 on Mar 18, 2010

Commit Message

Author:counting_pine
Project:fbc
Revision:5273
Changed Lines:68
URL:http://fbc.svn.sourceforge.net/fbc/?view=rev&rev=5273
Fix: len/sizeof/typeof(string * n) wasn't working

The previous type/expr disambiguation improvement was overenthusiastic, and rejecting STRING * n because the '*' made it look like an expression. Fixed by not treating '*' as an operator.
Quick unit test addition to check typeof(string*n)

Modified Files