diff options
Diffstat (limited to 'changes/require-c99')
-rw-r--r-- | changes/require-c99 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/changes/require-c99 b/changes/require-c99 deleted file mode 100644 index 61d961273a..0000000000 --- a/changes/require-c99 +++ /dev/null @@ -1,10 +0,0 @@ - o New compiler requirements: - - Tor 0.2.6.x requires that your compiler support more of the C99 - language standard than before. The 'configure' script now detects - whether your compiler supports C99 mid-block declarations and - designated initializers. If it does not, Tor will not compile. - - We may revisit this requirement if it turns out that a significant - number of people need to build Tor with compilers that don't - bother implementing a 15-year-old standard. Closes ticket 13233. - |