Partially revert d3fe767c16.

gcc/ChangeLog:

	* doc/cpp/pragmas.rst: Revert.
This commit is contained in:
Martin Liska 2022-11-13 21:54:44 +01:00
parent 943401b36d
commit c9cd0c4e0e

View 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.