diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/constrain.cpp | 1 | ||||
-rw-r--r-- | src/cps.cpp | 1 | ||||
-rw-r--r-- | src/gc.cpp | 1 | ||||
-rw-r--r-- | src/gclib.cpp | 1 | ||||
-rw-r--r-- | src/llvm.cpp | 1 | ||||
-rw-r--r-- | src/tuplr.hpp | 1 | ||||
-rw-r--r-- | src/unify.cpp | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/constrain.cpp b/src/constrain.cpp index 534c77d..46da500 100644 --- a/src/constrain.cpp +++ b/src/constrain.cpp @@ -221,4 +221,3 @@ APrimitive::constrain(TEnv& tenv, Constraints& c) const throw Error(loc, (format("unknown primitive `%1%'") % n).str()); } } - diff --git a/src/cps.cpp b/src/cps.cpp index 19c95cc..9d80170 100644 --- a/src/cps.cpp +++ b/src/cps.cpp @@ -133,4 +133,3 @@ AIf::cps(TEnv& tenv, AST* cont) return at(1)->cps(tenv, contFn); } } - @@ -93,4 +93,3 @@ GC::collect(const Roots& roots) } //std::cerr << "[GC] Collect " << oldSize << " => " << _heap.size() << endl; } - diff --git a/src/gclib.cpp b/src/gclib.cpp index 121e10c..8a0dd3e 100644 --- a/src/gclib.cpp +++ b/src/gclib.cpp @@ -42,4 +42,3 @@ tuplr_gc_allocate(unsigned size, uint8_t tag) } } - diff --git a/src/llvm.cpp b/src/llvm.cpp index 54a3c66..e75460c 100644 --- a/src/llvm.cpp +++ b/src/llvm.cpp @@ -545,4 +545,3 @@ APrimitive::compile(CEnv& cenv) throw Error(loc, "unknown primitive"); } - diff --git a/src/tuplr.hpp b/src/tuplr.hpp index 3579cca..4ee0ddd 100644 --- a/src/tuplr.hpp +++ b/src/tuplr.hpp @@ -659,4 +659,3 @@ int eval(CEnv& cenv, const string& name, istream& is); int repl(CEnv& cenv); #endif // TUPLR_HPP - diff --git a/src/unify.cpp b/src/unify.cpp index 5d4121e..d2bd055 100644 --- a/src/unify.cpp +++ b/src/unify.cpp @@ -101,4 +101,3 @@ unify(const Constraints& constraints) (format("type is `%1%' but should be `%2%'") % s->str() % t->str()).str()); } } - |