Skip to content

Commit

Permalink
Rename tokens.rb to sql_tokens.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Jan 30, 2009
1 parent fa04145 commit d769378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guillotine/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SQLParseError < StandardError; end
require File.dirname(__FILE__) + "/../../ext/quotes_parser/quotes_parser.so"

parser = File.dirname(__FILE__) + "/parser"
require "#{parser}/tokens"
require "#{parser}/sql_tokens"
require "#{parser}/primitives"
require "#{parser}/sql_helpers"
require "#{parser}/sql_chars"
Expand Down
File renamed without changes.

0 comments on commit d769378

Please sign in to comment.