X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fdoc%2Fgcc%2Fextensions-to-the-c-language-family%2Freferring-to-a-type-with-typeof.rst;h=13621410ff9d4c8439b869e793cfd13b0ac81d4f;hb=3ed1b4ce7c9bdf8c777d12da0f5fe4cae8ba7c8e;hp=f84b1e0f7031e37c3e893df6cc6c726ea83d6da4;hpb=a305ac87b46e263a3bc0c886f9dfddf2664f6af8;p=thirdparty%2Fgcc.git diff --git a/gcc/doc/gcc/extensions-to-the-c-language-family/referring-to-a-type-with-typeof.rst b/gcc/doc/gcc/extensions-to-the-c-language-family/referring-to-a-type-with-typeof.rst index f84b1e0f703..13621410ff9 100644 --- a/gcc/doc/gcc/extensions-to-the-c-language-family/referring-to-a-type-with-typeof.rst +++ b/gcc/doc/gcc/extensions-to-the-c-language-family/referring-to-a-type-with-typeof.rst @@ -134,4 +134,4 @@ Using ``__auto_type`` instead of ``typeof`` has two advantages: * If the argument to the macro has variably modified type, it is evaluated only once when using ``__auto_type``, but twice if - ``typeof`` is used. \ No newline at end of file + ``typeof`` is used.