From c7a1f0ac6e45ef1cacfb9705a4c51e471943c92a Mon Sep 17 00:00:00 2001 From: gwdwyy Date: Fri, 12 Jul 2013 17:47:39 +0800 Subject: [PATCH] add namespace into ifndefine int *.h --- src/Segment.h | 4 ++-- src/Trie.h | 4 ++-- src/globals.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Segment.h b/src/Segment.h index f583b1b..892331c 100644 --- a/src/Segment.h +++ b/src/Segment.h @@ -1,5 +1,5 @@ -#ifndef SEGMENT_H -#define SEGMENT_H +#ifndef CPPJIEBA_SEGMENT_H +#define CPPJIEBA_SEGMENT_H #include #include diff --git a/src/Trie.h b/src/Trie.h index 0238a5f..2682103 100644 --- a/src/Trie.h +++ b/src/Trie.h @@ -1,5 +1,5 @@ -#ifndef TRIE_H -#define TRIE_H +#ifndef CPPJIEBA_TRIE_H +#define CPPJIEBA_TRIE_H #include #include diff --git a/src/globals.h b/src/globals.h index 60b1d96..41f6385 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,5 +1,5 @@ -#ifndef GLOBALS_H -#define GLOBALS_H +#ifndef CPPJIEBA_GLOBALS_H +#define CPPJIEBA_GLOBALS_H #include #include