1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00
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