aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-29 01:18:46 +0000
committerDavid Robillard <d@drobilla.net>2009-06-29 01:18:46 +0000
commit104ad6fde8f16f6f10fc1e94492f7358748abb57 (patch)
tree10e7452bceb13889322d508a07019162747de2ee
parent8aa28fc6f34208ce3562dd8edcbecd028a61fd17 (diff)
downloadresp-104ad6fde8f16f6f10fc1e94492f7358748abb57.tar.gz
resp-104ad6fde8f16f6f10fc1e94492f7358748abb57.tar.bz2
resp-104ad6fde8f16f6f10fc1e94492f7358748abb57.zip
Normalise EOF.
git-svn-id: http://svn.drobilla.net/resp/tuplr@168 ad02d1e2-f140-0410-9f75-f8b11f17cedd
-rw-r--r--src/constrain.cpp1
-rw-r--r--src/cps.cpp1
-rw-r--r--src/gc.cpp1
-rw-r--r--src/gclib.cpp1
-rw-r--r--src/llvm.cpp1
-rw-r--r--src/tuplr.hpp1
-rw-r--r--src/unify.cpp1
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);
}
}
-
diff --git a/src/gc.cpp b/src/gc.cpp
index 9e964b4..e76bb2c 100644
--- a/src/gc.cpp
+++ b/src/gc.cpp
@@ -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());
}
}
-