K 10
svn:author
V 5
clemc
K 8
svn:date
V 27
1982-12-15T22:00:19.000000Z
K 24
svn:entry:committed-date
V 27
1982-12-15T22:00:19.000000Z
K 7
svn:log
V 302
Added a bug fix from Tom Quarles, to fix a problem where
The preprocessor will determine that there is no way to reach the end
of the for loop because of a return statement imbedded as the last line of
a for loop.  The problem code is:
	for ( ... ) { 
		if (..) {
			...; next
		}
		....
		return
	}



END
