Skip to content

Commit

Permalink
CONTRIBUTING: document that drgn uses GNU C
Browse files Browse the repository at this point in the history
Clarification for
#388 (comment).

Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Oct 3, 2024
1 parent bc685dd commit dbbfcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Coding Guidelines
C
^

drgn is written in C11. C code in drgn mostly follows the `Linux kernel coding
style <https://www.kernel.org/doc/html/latest/process/coding-style.html>`_ with
some slightly more modern preferences:
drgn is written in GNU C11. C code in drgn mostly follows the `Linux kernel
coding style <https://www.kernel.org/doc/html/latest/process/coding-style.html>`_
with some slightly more modern preferences:

* Variables should be declared as close as possible to where they are used (as
opposed to the C89 style of declaring everything at the top of a function).
Expand Down

0 comments on commit dbbfcfd

Please sign in to comment.