K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1990-06-18T11:14:11.000000Z
K 24
svn:entry:committed-date
V 27
1990-06-18T11:14:11.000000Z
K 7
svn:log
V 132
fix enum redeclaration bug: the sequence
	enum {a=1}; f() { enum{a=1};
would leave the inner `a' value 2, not 1.  from Chris Torek


END
