Skip to content

Commit 37dff64

Browse files
ntrelthewilsonator
authored andcommitted
Add missing GRAMMAR_INLINE macro
1 parent 645c9df commit 37dff64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/dlang.org.ddoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ GNAME=<a id="$0">$(SPANC gname, $0)</a>
186186
GRAMMAR=$(TC pre, bnf notranslate, $0)
187187
GRAMMAR_INFORMATIVE=$(GRAMMAR $0)
188188
GRAMMAR_LEX=$(GRAMMAR $0)
189+
GRAMMAR_INLINE=$(TC tt, bnf notranslate, $0)
189190
GREEN=$(SPANC green, $0)
190191
GSELF=$(I $0)
191192
GT=&gt;

0 commit comments

Comments
 (0)