From 2474c2ae94d686e6ef58c5811897adc7f1bc098c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 18 Jun 2015 11:38:09 +0300 Subject: [PATCH] CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions. --- CODECONVENTIONS.md | 5 ++--- 1 file 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.