mirror of
https://github.com/postgres/postgres.git
synced 2026-05-15 21:27:58 -04:00
f259e71dbe
This dumps the predefined preprocessor macros
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# display gcc predefined preprocessor macros
|
|
gcc -dM -E - < /dev/null
|