changed comments_true macro to comments_enabled

This commit is contained in:
alisdair sullivan 2010-05-29 18:25:56 -07:00
parent c25ad16f13
commit 97520b06ae
2 changed files with 12 additions and 12 deletions

View file

@ -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).