Commit 7d0d88c
committed
perlapi: Tabularize display of config.h symbols
Certain symbols in config.h have been displayed with no addtional
information. The lack of information is because the symbol's name says
it all. For example HAS_SETENV is a boolean indicating if setenv() is
available on the platform. No further explanation is needed than the
introductory paragraph at the beginning of the section.
Prior to this commit, these symbols were displayed as a comma separated
list wrapping across multiple lines.
This commit organizes them into a table with columns, making them much
easier to read.1 parent 662b1b1 commit 7d0d88c
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2868 | 2868 | | |
2869 | 2869 | | |
2870 | 2870 | | |
2871 | | - | |
2872 | | - | |
2873 | | - | |
2874 | | - | |
2875 | | - | |
2876 | | - | |
2877 | | - | |
| 2871 | + | |
2878 | 2872 | | |
2879 | 2873 | | |
2880 | 2874 | | |
| |||
0 commit comments