this shouldn't be in svn
[supertux.git] / src / squirrel / squirrel / sqfuncstate.h
index c69a2f4..df6d2e9 100644 (file)
@@ -23,7 +23,6 @@ struct SQFuncState
        void SetStackSize(SQInteger n);\r
        void SnoozeOpt(){_optimization=false;}\r
        SQInteger GetCurrentPos(){return _instructions.size()-1;}\r
-       //SQInteger GetStringConstant(const SQChar *cons);\r
        SQInteger GetNumericConstant(const SQInteger cons);\r
        SQInteger GetNumericConstant(const SQFloat cons);\r
        SQInteger PushLocalVariable(const SQObject &name);\r
@@ -63,10 +62,10 @@ struct SQFuncState
        SQInteger _nliterals;\r
        SQLineInfoVec _lineinfos;\r
        SQFuncState *_parent;\r
-       SQIntVec _breaktargets; //contains number of nested exception traps\r
+       SQIntVec _breaktargets;\r
        SQIntVec _continuetargets;\r
        SQInteger _lastline;\r
-       SQInteger _traps;\r
+       SQInteger _traps; //contains number of nested exception traps\r
        bool _optimization;\r
        SQSharedState *_sharedstate;\r
        sqvector<SQFuncState*> _childstates;\r