mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 06:43:59 -05:00
4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# display gcc predefined preprocessor macros
|
|
gcc -dM -E - < /dev/null
|