Commit b1b8336
committed
dispatch: extract
This extracts a new `DISPATCH_EXTERN` macro from the existing definition
of `DISPATCH_EXPORT`. This follows the standard style of many of
Darwin's frameworks. Extracting and re-using this macro allows us to
make the definition of `DISPATCH_EXPORT` more concise.DISPATCH_EXTERN from the DISPATCH_EXPORT macro1 parent 8b61977 commit b1b8336
1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
181 | 189 | | |
182 | 190 | | |
183 | | - | |
184 | | - | |
| 191 | + | |
185 | 192 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments