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