File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,6 @@ void test()
275
275
)
276
276
277
277
Macros:
278
- CHAPTER=43
278
+ CHAPTER=44
279
279
TITLE=Glossary
280
280
D=<span class="d_inlinecode">$0</span>
Original file line number Diff line number Diff line change
1
+ Ddoc
2
+
3
+ $(SPEC_S Legacy Code,
4
+
5
+ $(HEADERNAV_TOC)
6
+
7
+ $(P To maintain compatibility with older D code, many legacy features remain supported.
8
+ If the $(TT -wo) compiler command line switch is used, the compiler will give warning messages
9
+ for each use of a legacy feature.
10
+ This page describes each legacy feature that is supported, with a suggestion of how to
11
+ modernize the code.
12
+ )
13
+
14
+ )
15
+
16
+ Macros:
17
+ CHAPTER=45
18
+ TITLE=Legacy Code
19
+ D=<span class="d_inlinecode">$0</span>
Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ $(TOC Table of Contents,
55
55
$(A betterc.html, Better C),
56
56
$(A importc.html, Import C),
57
57
$(A ob.html, Live Functions),
58
- $(A windows.html, Windows Programming)
58
+ $(A windows.html, Windows Programming),
59
+ $(A glossary.html, Glossary),
60
+ $(A legacy.html, Legacy Code)
59
61
))
60
62
)
61
63
Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ $(SUBNAV_TEMPLATE
106
106
$(ROOT_DIR)spec/betterc.html, Better C,
107
107
$(ROOT_DIR)spec/importc.html, ImportC,
108
108
$(ROOT_DIR)spec/ob.html, Live Functions,
109
- $(ROOT_DIR)spec/glossary.html, Glossary
109
+ $(ROOT_DIR)spec/windows.html, Windows Programming,
110
+ $(ROOT_DIR)spec/glossary.html, Glossary,
111
+ $(ROOT_DIR)spec/legacy.html, Legacy Code
110
112
)
111
113
)
112
114
)
You can’t perform that action at this time.
0 commit comments