summaryrefslogtreecommitdiffstatshomepage
path: root/CODECONVENTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'CODECONVENTIONS.md')
-rw-r--r--CODECONVENTIONS.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CODECONVENTIONS.md b/CODECONVENTIONS.md
index 5aed89ae88..1af06b7e67 100644
--- a/CODECONVENTIONS.md
+++ b/CODECONVENTIONS.md
@@ -33,9 +33,8 @@ Braces:
closing brace.
Header files:
-- Try to stick to the Plan 9 header style, where header files do not
- include other header files.
-- Don't protect a header file from multiple inclusion with #if directives.
+- Header files should be protected from multiple inclusion with #if
+ directives. See an existing header for naming convention.
Type names and declarations:
- When defining a type, put '_t' after it.