mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 22:53:49 -04:00
6 lines
179 B
C
6 lines
179 B
C
|
|
/*
|
||
|
|
* For the raison d'etre of this file, check the comment above the definition
|
||
|
|
* of the PGAC_C_INLINE macro in config/c-compiler.m4.
|
||
|
|
*/
|
||
|
|
static inline int fun () { return 0; }
|