Skip to content

Commit 02a7c29

Browse files
authored
Merge pull request #1707 from wilzbach/fix-ddoc
Fix invalid undefined Ddoc macros merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2 parents 0da8084 + 999cbfb commit 02a7c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

faq.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $(ITEM shared_synchronized, What does shared have to do with synchronization?)
118118

119119
$(ITEM shared_memory_barriers, What does shared have to do with memory barriers?)
120120

121-
$(Currently the compiler does not insert memory barriers around shared variables.
121+
$(P Currently the compiler does not insert memory barriers around shared variables.
122122
)
123123

124124
$(ITEM casting_to_shared, What are the semantics of casting FROM unshared TO shared?)

forum-template.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $(DIVID footernav,
3232
$(A /, Forum index) |
3333
$(A /help#about, About this forum)
3434
)
35-
$(DIVCID smallprint, copyright, $(COPYRIGHT))
35+
$(DIVCID smallprint, copyright, $(COPYRIGHT_FOUNDATION))
3636
_=
3737

3838
SUBNAV=

0 commit comments

Comments
 (0)