<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,10 @@
 #include &lt;glib.h&gt;
 
 enum markdown_extensions {
-    EXT_SMART            = 1,
-    EXT_NOTES            = 2,
-    EXT_FILTER_HTML      = 3,
-    EXT_FILTER_STYLES    = 4
+    EXT_SMART            = 0x01,
+    EXT_NOTES            = 0x02,
+    EXT_FILTER_HTML      = 0x04,
+    EXT_FILTER_STYLES    = 0x08
 };
 
 enum markdown_formats {</diff>
      <filename>markdown_lib.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>656f5c3054a6f2d0c2ce5314685e1a98a6370051</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/jgm/peg-markdown/commit/2abc9a8a44d9920d20c30eb639596a8726580381</url>
  <id>2abc9a8a44d9920d20c30eb639596a8726580381</id>
  <committed-date>2008-08-01T23:29:37-07:00</committed-date>
  <authored-date>2008-08-01T23:29:37-07:00</authored-date>
  <message>Fix extensions flags bit collision.

Setting EXT_FILTER_HTML was the same as setting
(EXT_SMART | EXT_NOTES); setting EXT_FILTER_STYLES would
also set EXT_NOTES.

The switch to hex notation is purely to hint that the
values are meant to be used as bit flags directly.</message>
  <tree>5429e200c8928af55502812c9db9aef68c4d9981</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
