Codebase list erlang-asciideck / 2a19b0f
Fix compilation for OTP 21 Loïc Hoguin 5 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1313
1414 -module(asciideck_to_html).
15
16 -ifdef(OTP_RELEASE).
17 -compile({nowarn_deprecated_function, [{erlang, get_stacktrace, 0}]}).
18 -endif.
1519
1620 -export([translate/2]).
1721
1414 %% The Groff documentation section 4.1 has a pretty good
1515 %% description of the format expected for man pages.
1616 -module(asciideck_to_manpage).
17
18 -ifdef(OTP_RELEASE).
19 -compile({nowarn_deprecated_function, [{erlang, get_stacktrace, 0}]}).
20 -endif.
1721
1822 -export([translate/2]).
1923