diff options
author | Mike Mazur | 2009-06-07 10:22:41 +0000 |
---|---|---|
committer | Mike Mazur | 2009-06-07 10:22:41 +0000 |
commit | 48bc2f3a4299390538efeb1c0bd97424cfa1ea28 (patch) | |
tree | ecf607b4a1dd80530faa3de69708bc1d7a4ce76a /OpenSim/Framework/IScene.cs | |
parent | * Reverting the test restructuring as, on second thought, this is not at all ... (diff) | |
download | opensim-SC_OLD-48bc2f3a4299390538efeb1c0bd97424cfa1ea28.zip opensim-SC_OLD-48bc2f3a4299390538efeb1c0bd97424cfa1ea28.tar.gz opensim-SC_OLD-48bc2f3a4299390538efeb1c0bd97424cfa1ea28.tar.bz2 opensim-SC_OLD-48bc2f3a4299390538efeb1c0bd97424cfa1ea28.tar.xz |
Allow empty assignment in for-loop
For loops with no assignment are no longer syntax errors. For example,
this is now valid:
for ( ; i < 10; i++) { ... }
Corresponding changes to lsl.{lexer,parser} in r99 in opensim-libs.
Fixes Mantis #2501. Fixes Mantis #2884.
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
0 files changed, 0 insertions, 0 deletions