commit | 343481e1d1a29bf2353a32c9c47feab1b1f7d1a6 | [log] [tgz] |
---|---|---|
author | Parker Schuh <parker.schuh+bitbucket@gmail.com> | Sun Feb 09 18:28:43 2014 -0800 |
committer | Parker Schuh <parker.schuh+bitbucket@gmail.com> | Sun Feb 09 18:28:43 2014 -0800 |
tree | 5ff212c02b8c867ee2048338e14ffacf10363f81 | |
parent | cc0bf314c9d1dc8a6e256e2b2deb024a14f4847a [diff] [blame] |
added support for structures in q syntax.
diff --git a/aos/build/queues/objects/namespaces.rb b/aos/build/queues/objects/namespaces.rb index b799d36..74f7197 100644 --- a/aos/build/queues/objects/namespaces.rb +++ b/aos/build/queues/objects/namespaces.rb
@@ -43,7 +43,7 @@ end class BoundSituation < LocalSituation def initialize(locals,bind_to) - @globals = globals + @globals = locals.globals @local = bind_to end end