forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdf0eee9
committed
Removal of CppConcat from indexam.c.
As an example I sent a bug-report on 26 Nov to tell that the fix includedbelow is necessary to compile pg95-current on Ultrix with Digital'sstandard C compiler c89. In fact I think that this fix is neededfor any C compiler sticking very close the standard, see my discussionin the original bug report.Erik Bertelsen1 parent0fde972 commitdf0eee9
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
0 commit comments
Comments
(0)