X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=doc%2Fcoding;fp=doc%2Fcoding;h=7dcee436ceeb6267cb74b462f4fe10cbdba0841a;hp=e2e07b5b808da93c89928213b02093ad7f29a5a9;hb=37c69a3a7a1e556cfa43b54ebc5269445c9c61cc;hpb=d6c5c263b9af7dc4b86851e0fad6473cd2ac6f65 diff --git a/doc/coding b/doc/coding index e2e07b5b8..7dcee436c 100644 --- a/doc/coding +++ b/doc/coding @@ -191,8 +191,6 @@ Do not use // C++/C99 comments -because they are not portable C89. - Conditional compilation Unless the conditional code is very short, please comment it like @@ -362,7 +360,7 @@ it's as relevant as ever: Portability ----------- -FIXME C89, POSIX +FIXME C99, POSIX FIXME sizes, printf formats