projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a16dc5
)
(MPLIST_SET_NESTED_P): Return 1 iff plist->control.flag
author
handa
<handa>
Wed, 16 May 2007 01:33:25 +0000
(
01:33
+0000)
committer
handa
<handa>
Wed, 16 May 2007 01:33:25 +0000
(
01:33
+0000)
is set as nested.
src/plist.h
patch
|
blob
|
history
diff --git
a/src/plist.h
b/src/plist.h
index
931762f
..
80f94aa
100644
(file)
--- a/
src/plist.h
+++ b/
src/plist.h
@@
-59,7
+59,7
@@
struct MPlist
#define MPLIST_PLIST_P(plist) (MPLIST_KEY (plist) == Mplist)
#define MPLIST_NESTED_P(plist) \
- (MPLIST_PLIST_P (plist) || ((plist)->control.flag & 1))
+ ((plist)->control.flag & 1)
#define MPLIST_SET_NESTED_P(plist) \
((plist)->control.flag |= 1)