From: Martin Liska Date: Sun, 13 Nov 2022 20:54:44 +0000 (+0100) Subject: Partially revert d3fe767c16e7c528e4fc71c8a68ac14b4573d880. X-Git-Tag: basepoints/gcc-14~3241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9cd0c4e0ea72522adfc515fe01bd8fb5b993112;p=thirdparty%2Fgcc.git Partially revert d3fe767c16e7c528e4fc71c8a68ac14b4573d880. gcc/ChangeLog: * doc/cpp/pragmas.rst: Revert. --- diff --git a/gcc/doc/cpp/pragmas.rst b/gcc/doc/cpp/pragmas.rst index 78277d7b6232..da07cebf4a1a 100644 --- a/gcc/doc/cpp/pragmas.rst +++ b/gcc/doc/cpp/pragmas.rst @@ -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.