]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 4 Jul 2018 20:13:16 +0000 (22:13 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 10 Jul 2018 09:09:45 +0000 (11:09 +0200)
config/c-compiler.m4
src/include/pg_config.h.in

index 6ac1e59204be4b1e1804dd36ae1e47ecbc57338c..9b30608e42a09aec4dda0f0032870c17d5ea3f93 100644 (file)
@@ -506,7 +506,7 @@ AC_DEFUN([PGAC_HAVE_GCC__ATOMIC_INT64_CAS],
   [pgac_cv_gcc_atomic_int64_cas="yes"],
   [pgac_cv_gcc_atomic_int64_cas="no"])])
 if test x"$pgac_cv_gcc_atomic_int64_cas" = x"yes"; then
-  AC_DEFINE(HAVE_GCC__ATOMIC_INT64_CAS, 1, [Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64).])
+  AC_DEFINE(HAVE_GCC__ATOMIC_INT64_CAS, 1, [Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *, int64).])
 fi])# PGAC_HAVE_GCC__ATOMIC_INT64_CAS
 
 # PGAC_SSE42_CRC32_INTRINSICS
index 07fd3051c6be67a3b981414f3b1ba81aa493c8d7..1a9b60340209cabf378d78bff9381f8f3a7bbb85 100644 (file)
 /* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
 #undef HAVE_GCC__ATOMIC_INT32_CAS
 
-/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64).
-   */
+/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *,
+   int64). */
 #undef HAVE_GCC__ATOMIC_INT64_CAS
 
 /* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */