]> git.mxchange.org Git - simgear.git/commit
Move error handling in setupFuncall above the stack frame creation.
authorandy <andy>
Tue, 25 Jan 2005 22:37:22 +0000 (22:37 +0000)
committerandy <andy>
Tue, 25 Jan 2005 22:37:22 +0000 (22:37 +0000)
commit6a6cc22e9cd67ea684d3317504a6468629afd0ac
tree649a8139496168decebeb06b6666e7dbc044c4a7
parentb293639b763dd11c4d300204d708d9f7131d57cc
Move error handling in setupFuncall above the stack frame creation.
The error properly belongs to the enclosing scope, not the called
(non-)function.  This bug was fixed a few months back in my private
tree, but Melchior just discovered that the new Concorde scripts
tickle it.  I really need to re-synchronize SimGear with my own Nasal
tree...
simgear/nasal/code.c