Cherrypicked from
r13-1878-gb8ce0c4361c267.
gcc/jit/ChangeLog:
* docs/internals/index.rst: Remove reference to ".c" extensions
of source files.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
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