Fix viable-source-types-for-generator-real looping thinko.

The loop over 'source-types' was meant to terminate if we ever get
'*'. However, it was for loop, and assinging empty list to
source-types had no effect. As result, the function would
sometimes return a list containing '*' and other types, which
other code did not expect and mishandled.


[SVN r55712]
This commit is contained in:
Vladimir Prus 2009-08-22 08:21:07 +00:00
parent af79875986
commit 25c9554d18

@ -1 +1 @@
Subproject commit ccd3103a80d73ad7b00d8d248e32bb5dec8c86d0
Subproject commit 12f3e6fb225218fc5824d1013af3527028cd8c75