Commit Graph

2 Commits

Author SHA1 Message Date
Dan Williams
feca796601 Correct variable scoping in 'for' statements to be ISO C++ compliant. You
technically cannot declare a variable like 'for ( int i=0; ...; ...) {} i = 1'
and then use it later outside of the for() statement.
2004-03-08 15:03:51 +00:00
Björn Milcke
668c6b0245 initial import 2003-10-06 08:58:36 +00:00