mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-01-30 19:27:32 +08:00
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
|