Allow redeclaration of typedef yyscan_t

Peter Eisentraut <peter@eisentraut.org>

Commit: ae0e1be9f2a20f6b64072dcee5b8dd7b9027a8fa
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-09-12T06:16:00Z
Allow redeclaration of typedef yyscan_t

This is allowed in C11, so we don't need the workaround guards against
it anymore.  This effectively reverts commit 382092a0cd2 that put
these guards in place.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/10d32190-f31b-40a5-b177-11db55597355@eisentraut.org

Files

Discussion