libcpp: Use ' instead of %< and %> [PR117039]
PR bootstrap/117039 libcpp/ChangeLog: * directives.cc (do_pragma_once): Use ' instead of %< and %>. Signed-off-by: Ken Matsui <kmatsui@gcc.gnu.org>
This commit is contained in:
parent
68afc7acf6
commit
f709990333
1 changed files with 1 additions and 1 deletions
|
@ -2075,7 +2075,7 @@ do_pragma_once (cpp_reader *pfile)
|
|||
{
|
||||
if (_cpp_in_main_source_file (pfile))
|
||||
cpp_warning (pfile, CPP_W_PRAGMA_ONCE_OUTSIDE_HEADER,
|
||||
"%<#pragma once%> in main file");
|
||||
"'#pragma once' in main file");
|
||||
|
||||
check_eol (pfile, false);
|
||||
_cpp_mark_file_once_only (pfile, pfile->buffer->file);
|
||||
|
|
Loading…
Add table
Reference in a new issue