From 3b3e3ae8dfca097a7953e4adc67eaf7b21dc7c55 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 10 Jun 2017 14:50:03 +0200 Subject: [PATCH] Fix README, update C standard --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79858f1d8..7ba9c2d4c 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Travis | Appveyor | Coverity Contributions are welcome and encouraged, provided your code is of sufficient quality. Before submitting a pull request, please ensure your code adheres to the following requirements: 1. Licensed under MIT license, or dedicated to public domain (BSD, GPL, etc. code is incompatible) -2. Adheres to either C89, C90, or C99 standards -3. Compiles cleanly with no warnings when compiled with `-W -Wall -std=c99` +2. Adheres to gnu99 standard +3. Compiles cleanly with no warnings when compiled with `-W -Wall -std=gnu99` 4. Uses [Allman-style](https://en.wikipedia.org/wiki/Indent_style#Allman_style) code blocks & indentation 5. Uses 2-spaces as indentation or a tab if it's required (for example: Makefiles) 6. Uses lower-case function and variable names