]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Partially revert d3fe767c16e7c528e4fc71c8a68ac14b4573d880.
authorMartin Liska <mliska@suse.cz>
Sun, 13 Nov 2022 20:54:44 +0000 (21:54 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 14 Nov 2022 08:35:03 +0000 (09:35 +0100)
gcc/ChangeLog:

* doc/cpp/pragmas.rst: Revert.

gcc/doc/cpp/pragmas.rst

index 78277d7b62328f751f19ff93659e9c05878718b9..da07cebf4a1ae6650a69d3b4b30e9399f362b9e2 100644 (file)
@@ -119,6 +119,3 @@ GCC plugins may provide their own pragmas.
   file will never be read again, no matter what.  It is a less-portable
   alternative to using :samp:`#ifndef` to guard the contents of header files
   against multiple inclusions.
-
-``#pragma region {tokens}...``, ``#pragma endregion {tokens}...``
-  These pragmas are accepted, but have no effect.