]> 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:19 +0000 (11:09 +0200)
config/c-compiler.m4
src/include/pg_config.h.in

index ba5c40db01c518b30d56e477fc507dff7a38d33f..a9caaed38b7565c36895e0a0058bffe14d58363d 100644 (file)
@@ -635,7 +635,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 89b88042512feee181f2216b0a7252ee45b7f1d0..87c1b863daa76d9f3bb50b3f5a9adb4a3f28ce5b 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. */