Skip to content

Commit 38ac37c

Browse files
committed
Use D_CODE to avoid a deprecation message
1 parent c9b4929 commit 38ac37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lex.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ $(H3 $(LNAME2 hex_strings, Hex Strings))
407407
The hex data need not form valid UTF characters.
408408
)
409409

410-
--------------
410+
$(D_CODE
411411
x"0A" // same as "\x0A"
412412
x"00 FBCD 32FD 0A" // same as
413413
// "\x00\xFB\xCD\x32\xFD\x0A"
414-
--------------
414+
)
415415

416416
$(P Whitespace and newlines are ignored, so the hex data can be easily
417417
formatted. The number of hex characters must be a multiple of 2.)

0 commit comments

Comments
 (0)