mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Get rid of export_all
This commit is contained in:
parent
92532a0d66
commit
2bceebc39d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
-module(ejabberd_regexp).
|
-module(ejabberd_regexp).
|
||||||
|
|
||||||
-compile([export_all]).
|
-export([exec/2, run/2, split/2, replace/3, greplace/3, sh_to_awk/1]).
|
||||||
|
|
||||||
exec({ReM, ReF, ReA}, {RgM, RgF, RgA}) ->
|
exec({ReM, ReF, ReA}, {RgM, RgF, RgA}) ->
|
||||||
try apply(ReM, ReF, ReA) catch
|
try apply(ReM, ReF, ReA) catch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue