Skip to content

Commit 73e107a

Browse files
Eeliszygoloid
authored andcommitted
[cpp.concat] In example code comment, remove unnecessary line break and format code as code. (#1377)
1 parent 2de42d5 commit 73e107a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/preprocessor.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,7 @@
866866
#define mkstr(a) # a
867867
#define in_between(a) mkstr(a)
868868
#define join(c, d) in_between(c hash_hash d)
869-
char p[] = join(x, y); // equivalent to
870-
// char p[] = "x \#\# y";
869+
char p[] = join(x, y); // equivalent to \tcode{char p[] = "x \#\# y";}
871870
\end{codeblock}
872871

873872
The expansion produces, at various stages:

0 commit comments

Comments
 (0)