// In vba it's possible to do Error.foobar ( even if it results in
// a runtime error
if(eCurTok==_ERROR_&&IsVBASupportOn())// we probably need to define a subset of keywords where this madness applies e.g. if ( IsVBASupportOn() && SymbolCanBeRedined( eCurTok ) )
if(eCurTok==ERROR_&&IsVBASupportOn())// we probably need to define a subset of keywords where this madness applies e.g. if ( IsVBASupportOn() && SymbolCanBeRedined( eCurTok ) )