[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more on simplec example



Hi,
  I commented out the PointsToAnalysis phase of the simplec example
so that I could compile it under jdk1.1.4 (I'm still working on
getting 1.1.5 installed).  It correctly runs on:
void junk(){int i; i = 1; }
but gives me a parse error (semicolon expected) for:
void junk(){int i; i = i+1; }

Ideas are welcome...
	Alyson