From abc95bdfa1fd4f4ffb5b0727aec34791a6e472e5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Oct 2014 20:22:05 -0700 Subject: Renamed c program and library stmd -> cmark. Also renamed internal library functions accordingly. --- src/utf8.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utf8.h') diff --git a/src/utf8.h b/src/utf8.h index c971250..496eae9 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -1,5 +1,5 @@ -#ifndef _H_STMD_UTF8_ -#define _H_STMD_UTF8_ +#ifndef _H_cmark_UTF8_ +#define _H_cmark_UTF8_ #include #include "buffer.h" -- cgit v1.2.3