X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/50450a0060ff1fe52fa6211ab6fb7f64ef0a1a65..97b379d29cf5247fb5071591a6809365d633f60b:/README.developers diff --git a/README.developers b/README.developers index e104598..d0c1cdc 100644 --- a/README.developers +++ b/README.developers @@ -187,10 +187,9 @@ Code And Patches: (But if your new feature only makes sense on a given platform then obviously its new dependencies don't need to be available elsewhere.) - * GCCisms such as typeof are used; the configure script asks for -std=gnu99 - by default. At least one active user is still using GCC 2.95, so - extensions that only appear in later versions are to be avoided for the - time being. + * GCCisms such as typeof and C99isms such as mixed declarations and named + structure initializers are used; the configure script asks for -std=gnu99 + by default. Some supported platforms are still on GCC 4.0. * Please submit patches either using 'diff -u', or by publishing a bzr branch somewhere I can get at it.