aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/libpkgconf.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-06 17:52:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-06 17:52:53 +0200
commit019768ad8cadfd4bc3305ceea50c33228687d421 (patch)
tree0b3c3cfa19dd3909dd3e7547947b9a4684525bef /libpkgconf/libpkgconf.h
parent298fa0ef5ba39445f960ab056c0d102ae8af91c5 (diff)
Rename requires to requires_ since it is keyword in C++20requires
Diffstat (limited to 'libpkgconf/libpkgconf.h')
-rw-r--r--libpkgconf/libpkgconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpkgconf/libpkgconf.h b/libpkgconf/libpkgconf.h
index ac873bf..b07ec68 100644
--- a/libpkgconf/libpkgconf.h
+++ b/libpkgconf/libpkgconf.h
@@ -128,7 +128,7 @@ struct pkgconf_pkg_ {
pkgconf_list_t cflags;
pkgconf_list_t cflags_private;
- pkgconf_list_t requires;
+ pkgconf_list_t requires_; /* Keyword in C++20. */
pkgconf_list_t requires_private;
pkgconf_list_t conflicts;
pkgconf_list_t provides;