Velvet Elvis - 2009-06-22

I've touched a bunch of the language/languagestem.c files -- basically fixing the missing statement, in compound statements,before a label.

These are just semi-colons before the end of the statement (e.g., "lab0: }" becomes "lab0:;}")
Safe changes.
It compiles, the python code no longer gets the "Python C API version mismatch"

Do you want the diffs?
Or, want me to update via CVS (add me as dev or something to get access?)

-- joe