Skip to content

Commit

Permalink
Shush
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 9, 2009
1 parent d81c606 commit a3e129f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -43,6 +43,7 @@ module Racc
class Parser class Parser
old_verbose, $VERBOSE = $VERBOSE, nil
Racc_Runtime_Version = '1.4.5' Racc_Runtime_Version = '1.4.5'
Racc_Runtime_Revision = '$Revision: 1.7 $'.split[1] Racc_Runtime_Revision = '$Revision: 1.7 $'.split[1]
Expand Down Expand Up @@ -71,6 +72,7 @@ class Parser
Racc_Runtime_Core_Revision = Racc_Runtime_Core_Revision_R Racc_Runtime_Core_Revision = Racc_Runtime_Core_Revision_R
Racc_Runtime_Type = 'ruby' Racc_Runtime_Type = 'ruby'
end end
$VERBOSE = old_verbose
def Parser.racc_runtime_type def Parser.racc_runtime_type
Racc_Runtime_Type Racc_Runtime_Type
Expand Down

0 comments on commit a3e129f

Please sign in to comment.