File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ cdata.set_quoted('PG_MAJORVERSION', pg_version_major.to_string())
150
150
cdata.set(' PG_MAJORVERSION_NUM' , pg_version_major)
151
151
cdata.set(' PG_MINORVERSION_NUM' , pg_version_minor)
152
152
cdata.set(' PG_VERSION_NUM' , pg_version_num)
153
- # PG_VERSION_STR is built later, it depends compiler test results
153
+ # PG_VERSION_STR is built later, it depends on compiler test results
154
154
cdata.set_quoted(' CONFIGURE_ARGS' , '' )
155
155
156
156
@@ -1674,7 +1674,7 @@ if cc.has_function_attribute('visibility:default') and \
1674
1674
cdata.set(' HAVE_VISIBILITY_ATTRIBUTE' , 1 )
1675
1675
1676
1676
# Only newer versions of meson know not to apply gnu_symbol_visibility =
1677
- # inlineshidden to C code as well... Any either way, we want to put these
1677
+ # inlineshidden to C code as well... And either way, we want to put these
1678
1678
# flags into exported files (pgxs, .pc files).
1679
1679
cflags_mod += ' -fvisibility=hidden'
1680
1680
cxxflags_mod += [' -fvisibility=hidden' , ' -fvisibility-inlines-hidden' ]
You can’t perform that action at this time.
0 commit comments