Maxim Sokhatsky 10 years ago
parent
commit
195c31ddb2
3 changed files with 5 additions and 0 deletions
  1. BIN
      mad
  2. 4 0
      src/compile/mad_none.erl
  3. 1 0
      src/mad_compile.erl

BIN
mad


+ 4 - 0
src/compile/mad_none.erl

@@ -0,0 +1,4 @@
+-module(mad_none).
+-compile(export_all).
+
+compile(File,Inc,Bin,Opt) -> ok.

+ 1 - 0
src/mad_compile.erl

@@ -56,6 +56,7 @@ compile_fun(Inc,Bin,Opt) -> fun(File) -> (module(filetype(File))):compile(File,I
 
 module("erl") -> mad_erl;
 module("erl.src") -> mad_utils;
+module("erl#") -> mad_none;
 module("yrl") -> mad_yecc;
 module("xrl") -> mad_leex;
 module("app.src") -> mad_app.