summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-11 22:32:51 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-11 22:32:51 +0000
commit71793fb3d096b74977b73fffe16bbeb8f45c94b9 (patch)
treeb1d2ac064df3fbe004b216112fea8ab2a0856b15 /lib/puppet/parser/parser.rb
parentf522a7e4fe87de6214d1d8e5e6d587d1948117ab (diff)
downloadpuppet-71793fb3d096b74977b73fffe16bbeb8f45c94b9.tar.gz
puppet-71793fb3d096b74977b73fffe16bbeb8f45c94b9.tar.xz
puppet-71793fb3d096b74977b73fffe16bbeb8f45c94b9.zip
Changing "set" to "tag"
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1106 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser/parser.rb')
-rw-r--r--lib/puppet/parser/parser.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/puppet/parser/parser.rb b/lib/puppet/parser/parser.rb
index fb0a08338..913c6ff19 100644
--- a/lib/puppet/parser/parser.rb
+++ b/lib/puppet/parser/parser.rb
@@ -29,7 +29,7 @@ module Puppet
class Parser < Racc::Parser
-module_eval <<'..end grammar.ra modeval..idaa75576a17', 'grammar.ra', 745
+module_eval <<'..end grammar.ra modeval..idb478f6db18', 'grammar.ra', 745
attr_reader :file
attr_accessor :files
@@ -150,7 +150,7 @@ end
# $Id$
-..end grammar.ra modeval..idaa75576a17
+..end grammar.ra modeval..idb478f6db18
##### racc 1.4.4 generates ###
@@ -483,7 +483,7 @@ racc_token_table = {
:CASE => 38,
:DEFAULT => 39,
:INCLUDE => 40,
- :SET => 41 }
+ :TAG => 41 }
racc_use_result_var = true
@@ -547,7 +547,7 @@ Racc_token_to_s_table = [
'CASE',
'DEFAULT',
'INCLUDE',
-'SET',
+'TAG',
'$start',
'program',
'statements',
@@ -557,7 +557,7 @@ Racc_token_to_s_table = [
'casestatement',
'import',
'include',
-'set',
+'tag',
'definition',
'hostclass',
'nodedef',
@@ -699,7 +699,7 @@ module_eval <<'.,.,', 'grammar.ra', 102
def _reduce_14( val, _values, result )
classnames = aryfy(val[1])
- result = AST::Set.new(
+ result = AST::Tag.new(
:line => @lexer.line,
:file => @lexer.file,
:type => val[1]