Commit 1c0cf52
committed
Use return instead of exit() in configure
Using exit() requires stdlib.h, which is not included. Use return
instead. Also add return type for main().
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>1 parent f1a469c commit 1c0cf52
3 files changed
+15
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
207 | 209 | | |
208 | | - | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13594 | 13594 | | |
13595 | 13595 | | |
13596 | 13596 | | |
| 13597 | + | |
| 13598 | + | |
13597 | 13599 | | |
13598 | | - | |
| 13600 | + | |
13599 | 13601 | | |
13600 | 13602 | | |
13601 | 13603 | | |
| |||
13676 | 13678 | | |
13677 | 13679 | | |
13678 | 13680 | | |
| 13681 | + | |
| 13682 | + | |
13679 | 13683 | | |
13680 | | - | |
| 13684 | + | |
13681 | 13685 | | |
13682 | 13686 | | |
13683 | 13687 | | |
| |||
13770 | 13774 | | |
13771 | 13775 | | |
13772 | 13776 | | |
| 13777 | + | |
| 13778 | + | |
13773 | 13779 | | |
13774 | | - | |
| 13780 | + | |
13775 | 13781 | | |
13776 | 13782 | | |
13777 | 13783 | | |
| |||
0 commit comments