Skip to content

Commit

Permalink
Add support for Erlang/OTP R15B
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Feb 5, 2012
1 parent de6738e commit a8955df
Show file tree
Hide file tree
Showing 6 changed files with 3,378 additions and 0 deletions.
1 change: 1 addition & 0 deletions r14/erl_parse.yrl
9 changes: 9 additions & 0 deletions r15/apply_r14_patch.sh
@@ -0,0 +1,9 @@
#!/bin/sh

set -ex

for i in erlc shell
do
diff -u ../r14/erl_parse.yrl ../r14/erl_parse_$i.yrl | patch -p2 -o erl_parse_$i.yrl
done

1 change: 1 addition & 0 deletions r15/erl_parse.yrl

0 comments on commit a8955df

Please sign in to comment.