diff options
author | David Robillard <d@drobilla.net> | 2010-04-13 17:37:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-04-13 17:37:01 +0000 |
commit | 58170e475a1a35685ccb180767c4f86489be5733 (patch) | |
tree | f119bfb983202d4a50ab74d5dccf0af950390511 /src/lift.cpp | |
parent | d15593d1cda3e7c56cccc4958d6e07f8f15c90f3 (diff) | |
download | resp-58170e475a1a35685ccb180767c4f86489be5733.tar.gz resp-58170e475a1a35685ccb180767c4f86489be5733.tar.bz2 resp-58170e475a1a35685ccb180767c4f86489be5733.zip |
Better error reporting when unification fails (report both locations, and preserve locations during substitution).
git-svn-id: http://svn.drobilla.net/resp/resp@256 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/lift.cpp')
-rw-r--r-- | src/lift.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lift.cpp b/src/lift.cpp index 6a53165..7e7ec57 100644 --- a/src/lift.cpp +++ b/src/lift.cpp @@ -81,7 +81,6 @@ AFn::lift(CEnv& cenv, Code& code) throw() */ impl->prot()->push_front(cenv.penv.sym("_")); - // Lift body const AType* implRetT = NULL; iterator ci = impl->begin() + 2; |