mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Remove useless configure check
The test for "decltype" as a variant of "typeof" apparently never
worked (see also commit 3582b223d4
), so remove it.
Discussion: https://www.postgresql.org/message-id/flat/795b1c54-c64a-47f9-8fa3-880dcab59975%40eisentraut.org
This commit is contained in:
@ -2540,7 +2540,7 @@ endif
|
||||
|
||||
# Check if the C compiler understands typeof or a variant. Define
|
||||
# HAVE_TYPEOF if so, and define 'typeof' to the actual key word.
|
||||
foreach kw : ['typeof', '__typeof__', 'decltype']
|
||||
foreach kw : ['typeof', '__typeof__']
|
||||
if cc.compiles('''
|
||||
int main(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user