projects
/
platform
/
core
/
appfw
/
app-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2088ada
)
Add guard macro to avoid build break
71/40771/1
author
Sangyoon Jang
<s89.jang@samsung.com>
Tue, 9 Jun 2015 02:42:31 +0000
(11:42 +0900)
committer
Sangyoon Jang
<s89.jang@samsung.com>
Tue, 9 Jun 2015 02:42:31 +0000
(11:42 +0900)
'_' is defined already at capi-appfw-app-common
Change-Id: I796aa5bf98f10a1732f1deed192c0b40dbfa8ced
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/appcore-common.h
patch
|
blob
|
history
diff --git
a/include/appcore-common.h
b/include/appcore-common.h
index
1201b6d
..
a79c4f3
100755
(executable)
--- a/
include/appcore-common.h
+++ b/
include/appcore-common.h
@@
-52,7
+52,9
@@
extern "C" {
#endif
+#ifndef _
#define _(str) gettext(str) /**< gettext alias */
+#endif
#define gettext_noop(str) (str) /**< keyword for xgettext
to extract translatable strings */
#define N_(str) gettext_noop(str) /**< gettext_noop alias */