changed comments_true macro to comments_enabled
This commit is contained in:
parent
c25ad16f13
commit
97520b06ae
2 changed files with 12 additions and 12 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
%% option flags
|
||||
|
||||
-define(comments_true(X), {true, _} = X).
|
||||
-define(comments_enabled(X), {true, _} = X).
|
||||
-define(escaped_unicode_to_ascii(X), {_, ascii} = X).
|
||||
-define(escaped_unicode_to_codepoint(X), {_, codepoint} = X).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue