Skip to content

Commit

Permalink
Merge branch 'master' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Mar 7, 2010
2 parents e7e5fe0 + 1537549 commit 55e0a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jison/lexer.js
Expand Up @@ -200,7 +200,7 @@ RegExpLexer.prototype = {
out += p.join(",\n");
out += "})";
out += ";\nlexer.performAction = "+String(this.performAction);
out += ";\nlexer.rules = "+uneval(this.rules);
out += ";\nlexer.rules = [" + this.rules + "]";
out += ";return lexer;})()";
return out;
},
Expand Down

0 comments on commit 55e0a2a

Please sign in to comment.