1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00
Files
postgres/src/tools/ccsym
Bruce Momjian f259e71dbe tools/ccsym: update for modern versions of gcc
This dumps the predefined preprocessor macros
2015-01-20 13:02:58 -05:00

5 lines
81 B
Bash
Executable File

#!/bin/sh
# display gcc predefined preprocessor macros
gcc -dM -E - < /dev/null