aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/d-lang.cc
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2020-06-16 15:57:58 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2020-06-16 23:37:55 +0200
commitcdbf48bed4e947f8d20c8c22d400fb52a407d46f (patch)
tree76431a84538bbe0a2df74dbbf18793343a3cf0c9 /gcc/d/d-lang.cc
parenta23b6d61bca7ee91e326264f2923a609908d1d04 (diff)
downloadgcc-cdbf48bed4e947f8d20c8c22d400fb52a407d46f.zip
gcc-cdbf48bed4e947f8d20c8c22d400fb52a407d46f.tar.gz
gcc-cdbf48bed4e947f8d20c8c22d400fb52a407d46f.tar.bz2
d: Consistently format quotations in comments.
gcc/d/ChangeLog: * d-builtins.cc: Update quotation formatting of comments. * d-codegen.cc: Likewise. * d-lang.cc: Likewise. * decl.cc: Likewise. * expr.cc: Likewise. * imports.cc: Likewise. * runtime.cc: Likewise. * toir.cc: Likewise. * typeinfo.cc: Likewise. * types.cc: Likewise.
Diffstat (limited to 'gcc/d/d-lang.cc')
-rw-r--r--gcc/d/d-lang.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/d-lang.cc b/gcc/d/d-lang.cc
index 34fbc5f..dd5a83c 100644
--- a/gcc/d/d-lang.cc
+++ b/gcc/d/d-lang.cc
@@ -337,7 +337,7 @@ d_init_options_struct (gcc_options *opts)
/* Avoid range issues for complex multiply and divide. */
opts->x_flag_complex_method = 2;
- /* Unlike C, there is no global 'errno' variable. */
+ /* Unlike C, there is no global `errno' variable. */
opts->x_flag_errno_math = 0;
opts->frontend_set_flag_errno_math = true;