You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/23 14:29:37 UTC

[43/50] rebar commit: updated refs/heads/import to 5dea85d

rmemo: document rebar-specific modifications


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/8ec3a55b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/8ec3a55b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/8ec3a55b

Branch: refs/heads/import
Commit: 8ec3a55bd5240adef9ae0527509d6a77beb8a37e
Parents: 242b52b
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Thu Jun 11 22:05:33 2015 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Fri Jun 12 12:52:24 2015 +0200

----------------------------------------------------------------------
 src/rmemo.erl | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/8ec3a55b/src/rmemo.erl
----------------------------------------------------------------------
diff --git a/src/rmemo.erl b/src/rmemo.erl
index 1d872fc..54a8626 100644
--- a/src/rmemo.erl
+++ b/src/rmemo.erl
@@ -25,6 +25,10 @@
 %%% NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 %%% CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+%% rebar-specific modifications:
+%% 1. rename to rmemo.erl
+%% 2. add support for R13 (see ets_tab/0)
+
 -module(rmemo).
 
 -behaviour(gen_server).