diff options
| author | Michael Forney <mforney@mforney.org> | 2018-02-23 22:32:10 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-02-23 23:42:25 -0800 |
| commit | 549ed37562f2eac998e3e7c5a6c95a9b5bebc686 (patch) | |
| tree | b87156afc6e23004cc527121ea2f9d0af2dbf8d3 /pkg/cmark/config.h | |
| parent | 6acff4bbca24c925aff93e77b41568abad5f85a7 (diff) | |
Add cmark 0.28.3
Diffstat (limited to 'pkg/cmark/config.h')
| -rw-r--r-- | pkg/cmark/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/cmark/config.h b/pkg/cmark/config.h new file mode 100644 index 00000000..186085f3 --- /dev/null +++ b/pkg/cmark/config.h @@ -0,0 +1,3 @@ +#include <stdbool.h> +#define HAVE___BUILTIN_EXPECT 1 +#define CMARK_INLINE inline |
