forked from ariadne/pkgconf
parse: export parse_deplist to public API
parent
faf2926f27
commit
85bb0441d4
2
parse.c
2
parse.c
|
@ -144,7 +144,7 @@ pkg_dependency_add(pkg_dependency_t *head, const char *package, const char *vers
|
|||
#define MODULE_SEPARATOR(c) ((c) == ',' || isspace ((c)))
|
||||
#define OPERATOR_CHAR(c) ((c) == '<' || (c) == '>' || (c) == '!' || (c) == '=')
|
||||
|
||||
static pkg_dependency_t *
|
||||
pkg_dependency_t *
|
||||
parse_deplist(pkg_t *pkg, const char *depends)
|
||||
{
|
||||
parse_state_t state = OUTSIDE_MODULE;
|
||||
|
|
Loading…
Reference in New Issue