From: David Malcolm Date: Thu, 28 Jul 2022 21:21:28 +0000 (-0400) Subject: jit: update docs to reflect .c to .cc renaming X-Git-Tag: basepoints/gcc-14~5329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ce0c4361c267406d5eba1901e42fc5942dc775;p=thirdparty%2Fgcc.git jit: update docs to reflect .c to .cc renaming gcc/jit/ChangeLog: * docs/internals/index.rst: Remove reference to ".c" extensions of source files. Signed-off-by: David Malcolm --- diff --git a/gcc/jit/docs/internals/index.rst b/gcc/jit/docs/internals/index.rst index 9200181bba4d..092380c8f208 100644 --- a/gcc/jit/docs/internals/index.rst +++ b/gcc/jit/docs/internals/index.rst @@ -291,8 +291,7 @@ For example: Overview of code structure -------------------------- -The library is implemented in C++. The source files have the ``.c`` -extension for legacy reasons. +The library is implemented in C++. * ``libgccjit.cc`` implements the API entrypoints. It performs error checking, then calls into classes of the gcc::jit::recording namespace