- Commit
- 45c5b02b3a28feaa7cf5fa26189c72064c2c8edf
- Parent
- b530d53fffc3703f37881b7510b4ea5575ac17f4
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Define _CMARK_H_ instead of _STDMD_H_.
My personal build of CMark ✏️
Define _CMARK_H_ instead of _STDMD_H_.
1 file changed, 2 insertions, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | src/cmark.h | 4 | 2 | 2 |
diff --git a/src/cmark.h b/src/cmark.h @@ -1,5 +1,5 @@ -#ifndef _STDMD_H_ -#define _STDMD_H_ +#ifndef _CMARK_H_ +#define _CMARK_H_ #include <stdbool.h> #include <stdio.h>