X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fdoc%2Fgcc%2Fextensions-to-the-c-language-family%2Fan-inline-function-is-as-fast-as-a-macro.rst;h=b415bf1884b8d7e337fec84fafbfb700a8bbe01a;hb=3ed1b4ce7c9bdf8c777d12da0f5fe4cae8ba7c8e;hp=ad82c416788699accd6766fbdfce6ee6b9019bb8;hpb=a305ac87b46e263a3bc0c886f9dfddf2664f6af8;p=thirdparty%2Fgcc.git diff --git a/gcc/doc/gcc/extensions-to-the-c-language-family/an-inline-function-is-as-fast-as-a-macro.rst b/gcc/doc/gcc/extensions-to-the-c-language-family/an-inline-function-is-as-fast-as-a-macro.rst index ad82c416788..b415bf1884b 100644 --- a/gcc/doc/gcc/extensions-to-the-c-language-family/an-inline-function-is-as-fast-as-a-macro.rst +++ b/gcc/doc/gcc/extensions-to-the-c-language-family/an-inline-function-is-as-fast-as-a-macro.rst @@ -123,4 +123,4 @@ a header file with these keywords, and put another copy of the definition (lacking ``inline`` and ``extern``) in a library file. The definition in the header file causes most calls to the function to be inlined. If any uses of the function remain, they refer to -the single copy in the library. \ No newline at end of file +the single copy in the library.