mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
@ -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…
Reference in New Issue
Block a user