Skip to content

Commit 6dee37b

Browse files
committed
Make function public
1 parent 99b6034 commit 6dee37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/src/elixir_compiler.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
%% Elixir compiler front-end to the Erlang backend.
66
-module(elixir_compiler).
7-
-export([string/3, quoted/3, bootstrap/0, file/2, compile/4]).
7+
-export([string/3, quoted/3, bootstrap/0, file/2, compile/4, interpret/3]).
88
-include("elixir.hrl").
99

1010
string(Contents, File, Callback) ->

0 commit comments

Comments
 (0)