explicitly initialize stdlib

This commit is contained in:
Jack Nagel 2014-06-29 00:56:29 -05:00
parent e2e5839a9a
commit b0cffe4a7c

View File

@ -76,6 +76,7 @@ class Tab < OpenStruct
:tapped_from => "", :tapped_from => "",
:time => nil, :time => nil,
:HEAD => nil, :HEAD => nil,
:stdlib => nil,
:compiler => :clang :compiler => :clang
end end