From: handa Date: Tue, 18 Oct 2005 01:24:21 +0000 (+0000) Subject: (mplist_conv, mplist__pop_unref): Extern them. X-Git-Tag: REL-1-3-0~125 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=82066fec65a88c4a7d9f98ca069fb641ee02af97;p=m17n%2Fm17n-lib.git (mplist_conv, mplist__pop_unref): Extern them. --- diff --git a/src/plist.h b/src/plist.h index a0ce3dd..24ebef2 100644 --- a/src/plist.h +++ b/src/plist.h @@ -55,7 +55,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) + (MPLIST_PLIST_P (plist) || ((plist)->control.flag & 1)) #define MPLIST_SET_NESTED_P(plist) \ ((plist)->control.flag |= 1) @@ -102,4 +102,8 @@ extern MPlist *mplist__from_string (unsigned char *str, int n); extern int mplist__serialize (MText *mt, MPlist *plist); +extern MPlist *mplist__conc (MPlist *plist, MPlist *tail); + +extern void mplist__pop_unref (MPlist *plist); + #endif /* _M17N_PLIST_H_ */