diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2019-09-14 14:45:46 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2019-09-14 14:45:46 -0400 |
commit | 62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc (patch) | |
tree | dcbd63867c60930618f0bd24a26709bb8da7bebb /gcc/cp/decl.c | |
parent | 603a4ad49978d2a967a1996ac626531200553715 (diff) | |
download | gcc-62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc.zip gcc-62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc.tar.gz gcc-62dca3d53ee985e5fd69eb5e2611a8d157ea7bdc.tar.bz2 |
Formatting and comment syntax adjustments.
From-SVN: r275717
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 9218eef..e0d6732 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -8949,10 +8949,10 @@ grokfndecl (tree ctype, if (location == UNKNOWN_LOCATION) location = input_location; - // Was the concept specifier present? + /* Was the concept specifier present? */ bool concept_p = inlinep & 4; - // Concept declarations must have a corresponding definition. + /* Concept declarations must have a corresponding definition. */ if (concept_p && !funcdef_flag) { error_at (location, "concept %qD has no definition", declarator); |