aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/libpkgconf.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-09-14 16:23:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-09-14 16:23:05 +0300
commit2ac205d1d0aaff43513471b0e185b8a9a2487d9a (patch)
treec9fbc68c060994d21e21fd259192e2ff3e6fdef9 /libpkgconf/libpkgconf.h
parent5433a067a86957c1a14396d63f3e35eaeef1197d (diff)
Unconditionally add -DPKGCONFIG_IS_STATIC to cc.export.poptions for static library
Diffstat (limited to 'libpkgconf/libpkgconf.h')
-rw-r--r--libpkgconf/libpkgconf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libpkgconf/libpkgconf.h b/libpkgconf/libpkgconf.h
index 370bf9a..096d92b 100644
--- a/libpkgconf/libpkgconf.h
+++ b/libpkgconf/libpkgconf.h
@@ -16,9 +16,10 @@
#ifndef LIBPKGCONF__LIBPKGCONF_H
#define LIBPKGCONF__LIBPKGCONF_H
-// Wrap the header content into the 'extern "C"' block, so C++ compiler can
-// handle it properly (issue #136 is reported).
-//
+/*
+ * Wrap the header content into the 'extern "C"' block, so C++ compiler can
+ * handle it properly (issue #136 is reported).
+ */
#ifdef __cplusplus
extern "C" {
#endif