forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit060b069
committed
Work around overly strict restrict checks by MSVC.
Apparently MSVC requires a * before a restrict in a variabledeclaration, even if the adorned type already is a pointer, just viatypedef.As reported by buildfarm animal woodlouse.Author: Andres FreundDiscussion:https://postgr.es/m/20171012001320.4putagiruuehtvb6@alap3.anarazel.de1 parent4c119fb commit060b069
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 |
| |
46 | 49 |
| |
47 |
| - | |
| 50 | + | |
48 | 51 |
| |
49 | 52 |
| |
50 | 53 |
| |
| |||
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
61 |
| - | |
| 64 | + | |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
| |||
72 | 75 |
| |
73 | 76 |
| |
74 | 77 |
| |
75 |
| - | |
| 78 | + | |
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
| |||
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
89 |
| - | |
| 92 | + | |
90 | 93 |
| |
91 | 94 |
| |
92 | 95 |
| |
| |||
106 | 109 |
| |
107 | 110 |
| |
108 | 111 |
| |
109 |
| - | |
| 112 | + | |
110 | 113 |
| |
111 | 114 |
| |
112 | 115 |
| |
|
0 commit comments
Comments
(0)