File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ if (q != holder)
157
157
] ) ] ,
158
158
[ pgac_cv__128bit_int_bug=ok] ,
159
159
[ pgac_cv__128bit_int_bug=broken] ,
160
- [ pgac_cv__128bit_int_bug="assuming ok"] ) )
160
+ [ pgac_cv__128bit_int_bug="assuming ok"] )
161
161
if test x"$pgac_cv__128bit_int_bug" != xbroken ; then
162
162
AC_DEFINE ( PG_INT128_TYPE , __int128 , [ Define to the name of a signed 128-bit integer type.] )
163
163
AC_CHECK_ALIGNOF ( PG_INT128_TYPE )
Original file line number Diff line number Diff line change @@ -15141,7 +15141,7 @@ fi
15141
15141
rm -f core * .core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15142
15142
conftest.$ac_objext conftest.beam conftest.$ac_ext
15143
15143
fi
15144
- )
15144
+
15145
15145
if test x" $pgac_cv__128bit_int_bug " ! = xbroken ; then
15146
15146
15147
15147
$as_echo " #define PG_INT128_TYPE __int128" >> confdefs.h
You can’t perform that action at this time.
0 commit comments