|
From: <fwi...@us...> - 2011-03-24 02:08:19
|
Revision: 7264
http://jython.svn.sourceforge.net/jython/?rev=7264&view=rev
Author: fwierzbicki
Date: 2011-03-24 02:08:13 +0000 (Thu, 24 Mar 2011)
Log Message:
-----------
Move code back to it's relevant comment.
Modified Paths:
--------------
trunk/jython/grammar/Python.g
Modified: trunk/jython/grammar/Python.g
===================================================================
--- trunk/jython/grammar/Python.g 2011-03-24 01:01:57 UTC (rev 7263)
+++ trunk/jython/grammar/Python.g 2011-03-24 02:08:13 UTC (rev 7264)
@@ -205,15 +205,14 @@
* a = [3,
* 4]
*/
+int implicitLineJoiningLevel = 0;
+int startPos=-1;
//For use in partial parsing.
public boolean eofWhileNested = false;
public boolean partial = false;
public boolean single = false;
-int implicitLineJoiningLevel = 0;
-int startPos=-1;
-
//If you want to use another error recovery mechanism change this
//and the same one in the parser.
private ErrorHandler errorHandler;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|