Skip to content
Snippets Groups Projects
Commit 8caf2620 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix typo

parent 568995be
No related branches found
Tags
No related merge requests found
...@@ -492,7 +492,7 @@ AC_DEFUN([PGAC_HAVE_GCC__ATOMIC_INT64_CAS], ...@@ -492,7 +492,7 @@ AC_DEFUN([PGAC_HAVE_GCC__ATOMIC_INT64_CAS],
[pgac_cv_gcc_atomic_int64_cas="yes"], [pgac_cv_gcc_atomic_int64_cas="yes"],
[pgac_cv_gcc_atomic_int64_cas="no"])]) [pgac_cv_gcc_atomic_int64_cas="no"])])
if test x"$pgac_cv_gcc_atomic_int64_cas" = x"yes"; then 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 fi])# PGAC_HAVE_GCC__ATOMIC_INT64_CAS
# PGAC_SSE42_CRC32_INTRINSICS # PGAC_SSE42_CRC32_INTRINSICS
......
...@@ -202,8 +202,8 @@ ...@@ -202,8 +202,8 @@
/* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */ /* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
#undef HAVE_GCC__ATOMIC_INT32_CAS #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 #undef HAVE_GCC__ATOMIC_INT64_CAS
/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */ /* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment