Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74668cb

Browse files
committed
meson: Fix some grammar usage in Meson comments
Author: Tristan Partin <tristan@neon.tech>Discussion:https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
1 parentf5159c7 commit74668cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ cdata.set_quoted('PG_MAJORVERSION', pg_version_major.to_string())
150150
cdata.set('PG_MAJORVERSION_NUM', pg_version_major)
151151
cdata.set('PG_MINORVERSION_NUM', pg_version_minor)
152152
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 dependsoncompiler test results
154154
cdata.set_quoted('CONFIGURE_ARGS','')
155155

156156

@@ -1674,7 +1674,7 @@ if cc.has_function_attribute('visibility:default') and \
16741674
cdata.set('HAVE_VISIBILITY_ATTRIBUTE',1)
16751675

16761676
# 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
16781678
# flags into exported files (pgxs, .pc files).
16791679
cflags_mod+='-fvisibility=hidden'
16801680
cxxflags_mod+= ['-fvisibility=hidden','-fvisibility-inlines-hidden']

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp