- Notifications
You must be signed in to change notification settings - Fork221
Commita2e66f1
committed
llbuild: guard the complete header from duplicate inclusion
The header guards prevent re-processing the header when re-referenced.We were not guarding the entire file. Although this matters very littlein practice in this library as the headers will not change behaviour andinclusion into Swift will go through a module, this is a small drive-byclean up that makes code more idiomatic.1 parent232d951 commita2e66f1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| 41 | + | |
| 42 | + | |
0 commit comments
Comments
(0)