summaryrefslogtreecommitdiff
path: root/hangul/hangul.h
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2007-01-06 15:14:45 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2007-01-06 15:14:45 +0900
commit1cd9521c3e55af0d0636ad0e25134920e27405b6 (patch)
tree53080054efc79a84d0212cd80bceedbc0766526f /hangul/hangul.h
parent53dcef4aba4eb10dd1b057142074079ed0191a5f (diff)
downloadlibhangul-1cd9521c3e55af0d0636ad0e25134920e27405b6.tar.gz
hangulconfig.h:libhangul-0.0.4
* hangulconfig.h를 자동 생성하는 룰 제거 * stdboo.h를 직접 include hangul.h: * _HANGUL_H_ 대신 libhangul_hangul_h 로 헤더 중복 include 체크 version: * 0.0.4 준비 작업 git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@109 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'hangul/hangul.h')
-rw-r--r--hangul/hangul.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hangul/hangul.h b/hangul/hangul.h
index 731ecfc..6529443 100644
--- a/hangul/hangul.h
+++ b/hangul/hangul.h
@@ -16,10 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _HANGUL_H_
-#define _HANGUL_H_
+#ifndef libhangul_hangul_h
+#define libhangul_hangul_h
-#include <hangulconfig.h>
+#include <stdbool.h>
#include <inttypes.h>
#ifdef __cplusplus
@@ -135,4 +135,4 @@ const char* hanja_get_comment(const Hanja* hanja);
}
#endif
-#endif /* _HANGUL_H_ */
+#endif /* libhangul_hangul_h */