mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 00:08:31 -05: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
|