More casting is needed
Found on NetBSD by Thomas Klausner <wiz@NetBSD.org>pull/92/head
parent
cb83dab4ad
commit
46b772afe4
|
@ -104,7 +104,7 @@ struct pkgconf_pkg_ {
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PKGCONF_IS_MODULE_SEPARATOR(c) ((c) == ',' || isspace ((c)))
|
#define PKGCONF_IS_MODULE_SEPARATOR(c) ((c) == ',' || isspace ((unsigned int)(c)))
|
||||||
#define PKGCONF_IS_OPERATOR_CHAR(c) ((c) == '<' || (c) == '>' || (c) == '!' || (c) == '=')
|
#define PKGCONF_IS_OPERATOR_CHAR(c) ((c) == '<' || (c) == '>' || (c) == '!' || (c) == '=')
|
||||||
|
|
||||||
#define PKGCONF_PKG_PKGF_NONE 0x000
|
#define PKGCONF_PKG_PKGF_NONE 0x000
|
||||||
|
|
Loading…
Reference in New Issue