diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-28 15:51:40 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-28 16:13:57 +0100 |
commit | 170f2b6435a36f1e81132b4c11d30eb3e0b54975 (patch) | |
tree | 32d0c011e72ed33ac2b590211fdae52bd199cbfa /src/inlines.h | |
parent | 572608d158772cef6562b8c34f370fff98855174 (diff) |
Use prefixed names for symbols from inlines.h
Diffstat (limited to 'src/inlines.h')
-rw-r--r-- | src/inlines.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/inlines.h b/src/inlines.h index 92b3b7a..d2ccfb4 100644 --- a/src/inlines.h +++ b/src/inlines.h @@ -12,13 +12,6 @@ void cmark_parse_inlines(cmark_node* parent, cmark_reference_map *refmap); int cmark_parse_reference_inline(cmark_strbuf *input, cmark_reference_map *refmap); -#ifndef CMARK_NO_SHORT_NAMES - #define parse_inlines cmark_parse_inlines - #define parse_reference_inline cmark_parse_reference_inline - #define clean_url cmark_clean_url - #define clean_title cmark_clean_title -#endif - #ifdef __cplusplus } #endif |