Skip to content
  • Brad King's avatar
    BUG: Pop a function scope even on error · 9551cafd
    Brad King authored
    This uses an automatic variable to push and pop variable scope inside a
    function call.  Previously if the function failed its scope would not be
    popped.  This approach guarantees a balanced push/pop.
    9551cafd